2016-05-25 18:34:31 +03:00
|
|
|
{
|
2016-09-08 13:19:33 +03:00
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
2016-09-02 23:24:51 +03:00
|
|
|
"module": "commonjs",
|
2016-09-08 13:19:33 +03:00
|
|
|
"target": "es5",
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"sourceMap": true,
|
|
|
|
"pretty": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"types": [
|
|
|
|
"core-js",
|
|
|
|
"jasmine",
|
|
|
|
"should",
|
|
|
|
"requirejs"
|
|
|
|
],
|
2016-10-31 20:27:59 +03:00
|
|
|
"noEmitHelpers": true
|
2016-09-08 13:19:33 +03:00
|
|
|
},
|
|
|
|
"compileOnSave": false,
|
|
|
|
"exclude": [
|
2016-08-28 21:46:10 +03:00
|
|
|
"node_modules",
|
2016-09-08 13:19:33 +03:00
|
|
|
"dist"
|
2016-08-28 21:46:10 +03:00
|
|
|
],
|
2016-09-08 13:19:33 +03:00
|
|
|
"awesomeTypescriptLoaderOptions": {
|
2016-08-28 21:46:10 +03:00
|
|
|
"resolveGlobs": true,
|
2016-09-02 23:24:51 +03:00
|
|
|
"forkChecker": true,
|
2016-09-08 13:19:33 +03:00
|
|
|
"useWebpackText": true
|
2016-08-28 21:46:10 +03:00
|
|
|
}
|
2016-05-25 18:34:31 +03:00
|
|
|
}
|