Update tsconfig.json

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

View file

@ -3,5 +3,5 @@
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"strictNullChecks": true "strictNullChecks": true
} }
} }