diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-10 14:48:38 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-10 14:48:38 +0300 |
| commit | 67e51c634252a08c58decda1a4527911089361af (patch) | |
| tree | 1cf2f3454320d29735563e8df17e8f22121281f6 /tsconfig.json | |
| parent | 4d60c2f54fe9779ad007230d5ecf1c976efe1a00 (diff) | |
Update packages
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 0669399..00f0427 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,8 @@ "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "resolveJsonModule": true, - "isolatedModules": true + "isolatedModules": true, + "incremental": true }, "exclude": [ "node_modules" @@ -31,4 +32,4 @@ "**/*.ts", "**/*.tsx" ] -}
\ No newline at end of file +} |
