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": [
|
|
|
|
"jasmine",
|
|
|
|
"should",
|
2017-03-15 18:51:46 +03:00
|
|
|
"webpack"
|
|
|
|
],
|
2017-04-01 15:12:23 +03:00
|
|
|
"outDir": "dist",
|
2017-03-15 18:51:46 +03:00
|
|
|
"lib": [
|
|
|
|
"DOM", "ES2016", "DOM.Iterable"
|
2016-09-08 13:19:33 +03:00
|
|
|
],
|
2017-04-01 15:12:23 +03:00
|
|
|
"noEmitHelpers": false
|
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
|
|
|
}
|