37 lines
771 B
JSON
37 lines
771 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"noEmitHelpers": true,
|
|
"importHelpers": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "./src",
|
|
"outDir": "./dist",
|
|
"paths": [
|
|
],
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"awesomeTypescriptLoaderOptions": {
|
|
"forkChecker": true,
|
|
"useWebpackText": true
|
|
},
|
|
"angularCompilerOptions": {
|
|
"genDir": "./compiled",
|
|
"skipMetadataEmit": true
|
|
},
|
|
"compileOnSave": false,
|
|
"buildOnSave": false,
|
|
"atom": { "rewriteTsconfig": false }
|
|
}
|