Create tsconfig.json

This commit is contained in:
Codemonk
2017-06-13 23:29:37 +08:00
committed by GitHub
parent 85758f5ce1
commit d93a64abbf

View File

@@ -6,15 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"paths": {
"q": ["q/v0"]
},
"types": [],
"strictNullChecks": true,
"noEmit": true,
"forceConsistentCasingInFileNames": true
},