2016-05-25 18:34:31 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"module": "es6",
|
2016-08-23 01:17:16 +03:00
|
|
|
"target": "es5",
|
2016-05-25 18:34:31 +03:00
|
|
|
"noImplicitAny": false,
|
2016-06-16 15:44:14 +03:00
|
|
|
"sourceMap": true,
|
2016-08-28 21:46:10 +03:00
|
|
|
"outDir": ".tmp/lib",
|
2016-08-23 01:17:16 +03:00
|
|
|
"pretty": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"types": [
|
|
|
|
"core-js",
|
|
|
|
"jasmine",
|
2016-08-28 21:46:10 +03:00
|
|
|
"should",
|
|
|
|
"requirejs"
|
|
|
|
],
|
|
|
|
"noEmitHelpers": true
|
2016-05-25 18:34:31 +03:00
|
|
|
},
|
2016-08-28 21:46:10 +03:00
|
|
|
"compileOnSave": false,
|
|
|
|
|
2016-05-25 18:34:31 +03:00
|
|
|
"exclude": [
|
2016-08-28 21:46:10 +03:00
|
|
|
"node_modules",
|
|
|
|
".tmp"
|
|
|
|
],
|
|
|
|
"awesomeTypescriptLoaderOptions": {
|
|
|
|
"resolveGlobs": true,
|
|
|
|
"forkChecker": true
|
|
|
|
}
|
2016-05-25 18:34:31 +03:00
|
|
|
}
|