Enable incremental compilation in tsc (#7802)

This makes `npm test` faster.
This commit is contained in:
Annika 2020-12-13 23:11:38 -08:00 committed by GitHub
parent c7c5f4253b
commit d858bed664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ databases/*.db*
.*-dist/
tools/set-import/importer.js
tools/modlog/converter.js
*.tsbuildinfo
**/sourceMaps
# visual studio live share

View File

@ -7,7 +7,8 @@
"moduleResolution": "node",
"strict": true,
"allowJs": true,
"checkJs": true
"checkJs": true,
"incremental": true
},
"types": ["node"],
"exclude": [