enable TypeScript incremental mode to speed up IDEs
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"strictFunctionTypes": true,
|
||||
"strictNullChecks": true,
|
||||
"esModuleInterop": true,
|
||||
"incremental": true,
|
||||
"lib": [
|
||||
"esnext",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user