diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 6e4fb21..7803fbe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,10 @@ "compilerOptions": { "outDir": "./dist", "allowJs": true, - "target": "es5" + "target": "es5", + //"strict": true, + "strictNullChecks": false, //document.getElementBy + "downlevelIteration": true }, "include": ["./webAO/*"] }
\ No newline at end of file |
