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",
|
||||
]
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"esModuleInterop": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"skipLibCheck": true,
|
||||
"incremental": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user