Updated tsconfig.json

This commit is contained in:
Christian Rackerseder
2017-01-06 12:30:07 +01:00
parent c513911e7e
commit 2dc8844b1a
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"