2016-03-07 08:48:46 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
2016-05-13 08:18:37 -04:00
|
|
|
"module": "commonjs",
|
2016-03-07 08:48:46 -05:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2016-09-06 16:40:57 -04:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"noEmitHelpers": true,
|
2017-02-10 04:28:11 -05:00
|
|
|
"importHelpers": true,
|
2016-09-06 16:40:57 -04:00
|
|
|
"strictNullChecks": false,
|
|
|
|
"baseUrl": "./src",
|
|
|
|
"paths": [
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"dom",
|
|
|
|
"es6"
|
|
|
|
]
|
2016-06-04 05:06:06 -04:00
|
|
|
},
|
2016-09-06 16:40:57 -04:00
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"dist"
|
|
|
|
],
|
2016-06-04 05:06:06 -04:00
|
|
|
"awesomeTypescriptLoaderOptions": {
|
2016-09-06 16:40:57 -04:00
|
|
|
"forkChecker": true,
|
|
|
|
"useWebpackText": true
|
2016-06-04 05:06:06 -04:00
|
|
|
},
|
|
|
|
"compileOnSave": false,
|
|
|
|
"buildOnSave": false,
|
2016-09-06 16:40:57 -04:00
|
|
|
"atom": { "rewriteTsconfig": false }
|
2016-03-07 08:48:46 -05:00
|
|
|
}
|