diff --git a/tsconfig.json b/tsconfig.json index a9c5877fa4..7c57efdf4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "es2019", + "incremental": true, "experimentalDecorators": true, "module": "esNext", "moduleResolution": "node",