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",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2016-06-04 05:06:06 -04:00
|
|
|
"noImplicitAny": false,
|
|
|
|
"noEmitHelpers": true
|
|
|
|
},
|
|
|
|
"awesomeTypescriptLoaderOptions": {
|
|
|
|
"forkChecker": true
|
|
|
|
},
|
|
|
|
"compileOnSave": false,
|
|
|
|
"buildOnSave": false,
|
2016-05-21 09:23:37 -04:00
|
|
|
"filesGlob": [
|
|
|
|
"**/*.ts",
|
|
|
|
"!node_modules/**"
|
|
|
|
],
|
2016-03-07 08:48:46 -05:00
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"typings/main",
|
|
|
|
"typings/main.d.ts"
|
2016-06-04 05:06:06 -04:00
|
|
|
]
|
2016-03-07 08:48:46 -05:00
|
|
|
}
|