diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-11-02 01:44:05 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-11-02 01:44:05 +0100 |
| commit | ba940047eb099fc18315d4cafd55300995a76894 (patch) | |
| tree | db4ae932ba798f0f15d3648d9950c05c6eae5b7e /tsconfig.app.json | |
| parent | d1fec5cf2df51c5260bbe877672a55d86de68b0d (diff) | |
| download | philw.dev-ba940047eb099fc18315d4cafd55300995a76894.tar.gz philw.dev-ba940047eb099fc18315d4cafd55300995a76894.zip | |
Implement unit testing with vitest
Signed-off-by: Filip Wandzio <contact@philw.dev>
Diffstat (limited to 'tsconfig.app.json')
| -rw-r--r-- | tsconfig.app.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json index d9387fd..80d63d7 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json | |||
| @@ -5,12 +5,6 @@ | |||
| 5 | "useDefineForClassFields": true, | 5 | "useDefineForClassFields": true, |
| 6 | "module": "ESNext", | 6 | "module": "ESNext", |
| 7 | "resolveJsonModule": true, | 7 | "resolveJsonModule": true, |
| 8 | /** | ||
| 9 | * Typecheck JS in `.svelte` and `.js` files by default. | ||
| 10 | * Disable checkJs if you'd like to use dynamic types in JS. | ||
| 11 | * Note that setting allowJs false does not prevent the use | ||
| 12 | * of JS in `.svelte` files. | ||
| 13 | */ | ||
| 14 | "allowJs": true, | 8 | "allowJs": true, |
| 15 | "checkJs": true, | 9 | "checkJs": true, |
| 16 | "isolatedModules": true, | 10 | "isolatedModules": true, |
