diff options
Diffstat (limited to 'packages/frontend/tsconfig.json')
| -rw-r--r-- | packages/frontend/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json index 3c7e5e1da3..0616eee5be 100644 --- a/packages/frontend/tsconfig.json +++ b/packages/frontend/tsconfig.json @@ -23,6 +23,7 @@ "useDefineForClassFields": true, "verbatimModuleSyntax": true, "skipLibCheck": true, + "incremental": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"], |