{
    "compilerOptions": {
        "module": "commonjs",
        "outDir": "build/",
        "sourceMap": true,
        "target": "es5"
    },
    "filesGlob": [
        "./src/**/*.ts",
        "./tests/**/*.ts",
        "./typings/**/*.d.ts"
    ],
    "files": [
        "./src/AOP/AnnotationAspects.ts",
        "./src/AOP/AspectInterception.ts",
        "./src/AOP/IAspect.ts",
        "./src/AOP/IAspectDefinition.ts",
        "./src/AOP/index.ts",
        "./src/Cache/GetterCache.ts",
        "./src/Cache/index.ts",
        "./src/Collection/CommonItemList.ts",
        "./src/Collection/List.ts",
        "./src/Collection/Progress/ProgressListLogger.ts",
        "./src/Collection/Progress/index.ts",
        "./src/Collection/index.ts",
        "./src/Console/LogPrefixer.ts",
        "./src/Console/index.ts",
        "./src/DI/DependencyInjection.ts",
        "./src/DI/IConstructor.ts",
        "./src/DI/IServiceDefinition.ts",
        "./src/DI/ServiceAutoload.ts",
        "./src/DI/index.ts",
        "./src/DateTime/DateFactory.ts",
        "./src/DateTime/index.ts",
        "./src/Env/EnvConfigOverrider.ts",
        "./src/Env/index.ts",
        "./src/Error/AlreadyLockedError.ts",
        "./src/Error/AlreadyRunningError.ts",
        "./src/Error/ErrorClass.ts",
        "./src/Error/Exception.ts",
        "./src/Error/IObjectableError.ts",
        "./src/Error/index.ts",
        "./src/ErrorLogger.ts",
        "./src/MethodLocker.ts",
        "./src/ODBM/Entity/Annotation/IEmbeddedAnnotation.ts",
        "./src/ODBM/Entity/Annotation/IEntityAnnotation.ts",
        "./src/ODBM/Entity/Annotation/IPropertyAnnotation.ts",
        "./src/ODBM/Entity/Annotation/index.ts",
        "./src/ODBM/Entity/Converter.ts",
        "./src/ODBM/Entity/IEntityListStatic.ts",
        "./src/ODBM/Entity/IEntityStatic.ts",
        "./src/ODBM/Entity/List.ts",
        "./src/ODBM/Entity/Property/Converter.ts",
        "./src/ODBM/Entity/Updater.ts",
        "./src/ODBM/Entity/index.ts",
        "./src/ODBM/Mapping/Annotation/Array.ts",
        "./src/ODBM/Mapping/Annotation/Boolean.ts",
        "./src/ODBM/Mapping/Annotation/Date.ts",
        "./src/ODBM/Mapping/Annotation/Float.ts",
        "./src/ODBM/Mapping/Annotation/IIdentificableType.ts",
        "./src/ODBM/Mapping/Annotation/ITypeStatic.ts",
        "./src/ODBM/Mapping/Annotation/Id.ts",
        "./src/ODBM/Mapping/Annotation/Integer.ts",
        "./src/ODBM/Mapping/Annotation/String.ts",
        "./src/ODBM/Mapping/Annotation/Type.ts",
        "./src/ODBM/Mapping/AnnotationNormalizer.ts",
        "./src/ODBM/Mapping/EntityMapper.ts",
        "./src/ODBM/Mapping/PropertyAnnotationNormalizer.ts",
        "./src/ODBM/Mapping/Type.ts",
        "./src/ODBM/Mapping/index.ts",
        "./src/ODBM/Repository/DatabaseSystem.ts",
        "./src/ODBM/Repository/Exception/MoreThenOneResultException.ts",
        "./src/ODBM/Repository/IManager.ts",
        "./src/ODBM/Repository/MongoDB/Manager.ts",
        "./src/ODBM/Repository/MongoDB/ModelBuilder.ts",
        "./src/ODBM/Repository/MongoDB/Sequence/ISequenceObject.ts",
        "./src/ODBM/Repository/MongoDB/Sequence/Sequence.ts",
        "./src/ODBM/Repository/MongoDB/Sequence/SequenceManager.ts",
        "./src/ODBM/Repository/MongoDB/index.ts",
        "./src/ODBM/Repository/PostgreSql/CommonTypes.ts",
        "./src/ODBM/Repository/PostgreSql/ComparableTypes.ts",
        "./src/ODBM/Repository/PostgreSql/IComparableConditions.ts",
        "./src/ODBM/Repository/PostgreSql/IConditions.ts",
        "./src/ODBM/Repository/PostgreSql/IQueryParamsPair.ts",
        "./src/ODBM/Repository/PostgreSql/Manager.ts",
        "./src/ODBM/Repository/PostgreSql/SqlBuilder.ts",
        "./src/ODBM/Repository/PostgreSql/index.ts",
        "./src/ODBM/Repository/index.amd.ts",
        "./src/ODBM/Repository/index.ts",
        "./src/ODBM/index.amd.ts",
        "./src/ODBM/index.ts",
        "./src/ParamDefinition.ts",
        "./src/RequestManager.ts",
        "./src/index.amd.ts",
        "./src/index.ts",
        "./tests/unit/AOP/AnnotationAspectsSpec.ts",
        "./tests/unit/AOP/AspectInterceptionSpec.ts",
        "./tests/unit/AOP/Mock/TestAspect.ts",
        "./tests/unit/DI/DependencyInjectionSpec.ts",
        "./tests/unit/DI/Mock/Car.ts",
        "./tests/unit/DI/Mock/Wheel.ts",
        "./tests/unit/DI/MockCtrl.ts",
        "./tests/unit/DI/ServiceAutoloadSpec.ts",
        "./tests/unit/Env/EnvConfigOverriderSpec.ts",
        "./tests/unit/Error/ExceptionSpec.ts",
        "./tests/unit/ErrorLoggerSpec.ts",
        "./tests/unit/GruntConfigurationSpec.ts",
        "./tests/unit/MethodLockerSpec.ts",
        "./tests/unit/ODBM/Entity/ConverterSpec.ts",
        "./tests/unit/ODBM/Entity/Property/ConverterSpec.ts",
        "./tests/unit/ODBM/Entity/UpdaterSpec.ts",
        "./tests/unit/ODBM/Mapping/AnnotationNormalizerSpec.ts",
        "./tests/unit/ODBM/Mapping/EntityMapperSpec.ts",
        "./tests/unit/ODBM/Repository/MongoDB/ModelBuilderSpec.ts",
        "./tests/unit/ODBM/Repository/PostgreSql/SqlBuilderSpec.ts",
        "./tests/unit/fixtures/My.ts",
        "./typings/each/each.d.ts",
        "./typings/express/express.d.ts",
        "./typings/fs-finder/fs-finder.d.ts",
        "./typings/hooker/hooker.d.ts",
        "./typings/jasmine/jasmine.d.ts",
        "./typings/moment/moment.d.ts",
        "./typings/mongoose/mongoose.d.ts",
        "./typings/node/node.d.ts",
        "./typings/object-hash/object-hash.d.ts",
        "./typings/tsd.d.ts",
        "./typings/underscore/underscore.d.ts"
    ]
}