mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Enable incremental compilation in tsc (#7802)
This makes `npm test` faster.
This commit is contained in:
parent
c7c5f4253b
commit
d858bed664
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,6 +20,7 @@ databases/*.db*
|
|||
.*-dist/
|
||||
tools/set-import/importer.js
|
||||
tools/modlog/converter.js
|
||||
*.tsbuildinfo
|
||||
**/sourceMaps
|
||||
|
||||
# visual studio live share
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"allowJs": true,
|
||||
"checkJs": true
|
||||
"checkJs": true,
|
||||
"incremental": true
|
||||
},
|
||||
"types": ["node"],
|
||||
"exclude": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user