Update tsconfig.json

This commit is contained in:
Daniel Rosenwasser
2018-10-01 08:12:20 -07:00
committed by GitHub
parent bbb9598089
commit 584d73c780

View File

@@ -5,6 +5,7 @@
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",