Fixes TS configuration.

This commit is contained in:
Thomas Corbière
2017-12-01 09:22:56 +01:00
parent 601e3fc2a2
commit 24664ff23d
+1 -2
View File
@@ -6,9 +6,8 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"