diff options
Diffstat (limited to 'packages/frontend-shared/tsconfig.json')
| -rw-r--r-- | packages/frontend-shared/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend-shared/tsconfig.json b/packages/frontend-shared/tsconfig.json index 8f76763e10..0512b50caf 100644 --- a/packages/frontend-shared/tsconfig.json +++ b/packages/frontend-shared/tsconfig.json @@ -18,6 +18,7 @@ "esModuleInterop": true, "verbatimModuleSyntax": true, "skipLibCheck": true, + "incremental": true, "baseUrl": ".", "paths": { "@/*": ["./*"], |