Files
spring-flo/tsconfig-build.json
BoykoAlex 6b8fa9d18f Revert "Switch back codemirror"
This reverts commit 680287c821.
2018-12-03 15:18:46 -05:00

49 lines
1.1 KiB
JSON

{
"compilerOptions": {
"rootDir": "./lib",
"baseUrl": "./lib",
"paths": {
"@angular/*": [
"../../node_modules/@angular/*"
],
"@rxjs/*": [
"../../node_modules/rxjs/*"
]
},
"outDir": "../out-tsc",
"declaration": true,
"strict": true,
"strictPropertyInitialization": false,
"moduleResolution": "node",
"module": "es2015",
"target": "es2015",
"lib": [
"es2015",
"dom"
],
"skipLibCheck": true,
"typeRoots": [
"node_modules/@types",
"src/lib/@types"
],
"types": [],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": true,
"inlineSources": true,
"importHelpers": true,
"strictNullChecks": false
},
"include": [
"./lib/**/*",
"../../node_modules/zone.js/dist/zone.js.d.ts"
],
"angularCompilerOptions": {
"enableResourceInlining": false,
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"flatModuleOutFile": "./spring-flo.js",
"flatModuleId": "spring-flo"
}
}