This commit is contained in:
ztplz
2019-01-12 22:19:38 +08:00
committed by 偏右
parent ab2dd31087
commit 0b8fadd24c
4 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"strictNullChecks": true,
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "preserve",
"noUnusedParameters": true,