2017-03-27 12:13:50 -04:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../out-tsc/app",
|
|
|
|
"module": "es2015",
|
|
|
|
"baseUrl": "",
|
2017-05-23 02:02:37 -04:00
|
|
|
"types": [],
|
|
|
|
"importHelpers": true
|
2017-03-27 12:13:50 -04:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"testing/**/*",
|
|
|
|
"test.ts",
|
2017-04-21 15:20:02 -04:00
|
|
|
"test-specs.ts",
|
2017-03-27 12:13:50 -04:00
|
|
|
"**/*.spec.ts"
|
2017-10-13 19:13:44 -04:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"preserveWhitespaces": false
|
|
|
|
}
|
2017-03-27 12:13:50 -04:00
|
|
|
}
|