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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",