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