Update tsconfig.json to support incremental
This commit is contained in:
committed by
GitHub
parent
05181ad9b2
commit
3db6ccda2d
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"incremental": true,
|
||||
"tsBuildInfoFile": "/app/.tsbuildinfo",
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"strict": false,
|
||||
|
||||
Reference in New Issue
Block a user