Updated tsconfig.json

This commit is contained in:
Christian Rackerseder
2016-12-28 13:55:02 +01:00
parent c513911e7e
commit 2dc8844b1a

View File

@@ -3,7 +3,8 @@
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"