Update tsconfig.json

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-10 03:47:43 +09:00 committed by GitHub
parent 9d328784ec
commit 803ed2cc32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"strictNullChecks": true "strictNullChecks": true
} }