Fixed tsconfig.json

This commit is contained in:
Zev Spitz
2017-06-26 09:16:01 +02:00
parent 5e86ce784c
commit dc164b94fb
3 changed files with 9 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
"compilerOptions": {
"module": "commonjs",
"lib": ["scripthost"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strict": true,
"baseUrl": "../",
"typeRoots": [

View File

@@ -3,6 +3,9 @@
"compilerOptions": {
"module": "commonjs",
"lib": ["scripthost"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strict": true,
"baseUrl": "../",
"typeRoots": [

View File

@@ -3,6 +3,9 @@
"compilerOptions": {
"module": "commonjs",
"lib": ["scripthost"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strict": true,
"baseUrl": "../",
"typeRoots": [