29 lines
598 B
JSON
29 lines
598 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "dist",
|
||
|
"rootDir": ".",
|
||
|
"sourceMap": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"moduleResolution": "node",
|
||
|
"typeRoots": [
|
||
|
"typings/global",
|
||
|
"typings/modules"
|
||
|
],
|
||
|
"lib": ["es5", "dom"]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
],
|
||
|
"awesomeTypescriptLoaderOptions": {
|
||
|
"useWebpackText": true
|
||
|
},
|
||
|
"angularCompilerOptions": {
|
||
|
"debug": false
|
||
|
},
|
||
|
"compileOnSave": false,
|
||
|
"buildOnSave": false,
|
||
|
"atom": { "rewriteTsconfig": false }
|
||
|
}
|