From ba940047eb099fc18315d4cafd55300995a76894 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Sun, 2 Nov 2025 01:44:05 +0100 Subject: Implement unit testing with vitest Signed-off-by: Filip Wandzio --- tsconfig.app.json | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tsconfig.app.json') 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 @@ "useDefineForClassFields": true, "module": "ESNext", "resolveJsonModule": true, - /** - * Typecheck JS in `.svelte` and `.js` files by default. - * Disable checkJs if you'd like to use dynamic types in JS. - * Note that setting allowJs false does not prevent the use - * of JS in `.svelte` files. - */ "allowJs": true, "checkJs": true, "isolatedModules": true, -- cgit v1.2.3