updated apps and tests tsconfigs

This commit is contained in:
vakrilov
2017-02-16 15:21:34 +02:00
parent a11f4ffb11
commit 3c6523fd13
4 changed files with 6 additions and 31 deletions

View File

@@ -1,16 +1,5 @@
{
"compilerOptions": {
"noEmitOnError": true,
"noEmitHelpers": true,
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"noImplicitUseStrict": true,
"experimentalDecorators": true,
"diagnostics": true,
"sourceMap": true
},
"extends": "../tsconfig.shared",
"exclude": [
"node_modules",
"platforms"