chore: refine scripts

This commit is contained in:
daief
2020-11-30 16:09:03 +08:00
parent 8eef7958fd
commit bde9e2a9bd
2 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,8 @@
"rootDir": ".",
"allowJs": true,
"resolveJsonModule": true,
"skipLibCheck": true
"skipLibCheck": true,
"downlevelIteration": true
},
"exclude": ["node_modules", "dist"],
"compileOnSave": false