Update tsconfig.json

This commit is contained in:
Daniel Rosenwasser
2018-11-01 14:59:23 -07:00
committed by GitHub
parent 1824b18d28
commit 5ad44575d0

View File

@@ -7,14 +7,14 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",