typescript: stricter typescript option

This commit is contained in:
Torkel Ödegaard
2017-09-26 11:24:58 +02:00
parent ff108bd871
commit 7b42e13c79
12 changed files with 72 additions and 55 deletions
+1 -2
View File
@@ -12,7 +12,7 @@
"noEmitOnError": false,
"emitDecoratorMetadata": false,
"experimentalDecorators": false,
"noImplicitReturns": false,
"noImplicitReturns": true,
"noImplicitThis": false,
"noImplicitUseStrict":false,
"moduleResolution": "classic"
@@ -26,5 +26,4 @@
"public/vendor/**/*",
"public/**/*.d.ts"
]
}