diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-09 18:28:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-09 18:28:06 +0900 |
| commit | b7596e357c373b95d681bbf3f0b12683fa467e71 (patch) | |
| tree | 6179246c6eccccf167e6aa1ac0417f73be889548 /tsconfig.json | |
| parent | wip (diff) | |
| download | sharkey-b7596e357c373b95d681bbf3f0b12683fa467e71.tar.gz sharkey-b7596e357c373b95d681bbf3f0b12683fa467e71.tar.bz2 sharkey-b7596e357c373b95d681bbf3f0b12683fa467e71.zip | |
wip
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index a38ff220b2..68f6809b99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,9 @@ "target": "es2017", "module": "commonjs", "removeComments": false, - "noLib": false + "noLib": false, + "strict": true, + "strictNullChecks": false }, "compileOnSave": false, "include": [ |