diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-23 19:44:07 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-28 21:31:39 -0400 |
| commit | 5af5414fdf03752fcbfbd11bb4d6dbf4f192b291 (patch) | |
| tree | 6ecd5af21322100a201093284142440d677e2900 /cypress | |
| parent | merge: Merge stable into develop (!1052) (diff) | |
| download | sharkey-5af5414fdf03752fcbfbd11bb4d6dbf4f192b291.tar.gz sharkey-5af5414fdf03752fcbfbd11bb4d6dbf4f192b291.tar.bz2 sharkey-5af5414fdf03752fcbfbd11bb4d6dbf4f192b291.zip | |
enable TypeScript incremental mode to speed up IDEs
Diffstat (limited to 'cypress')
| -rw-r--r-- | cypress/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 6fe7f32cc4..4435a4fda8 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "lib": ["dom", "es5"], "target": "es5", - "types": ["cypress", "node"] + "types": ["cypress", "node"], + "incremental": true }, "include": ["./**/*.ts"] } |