From b4e3250c5edf3f5487178cd1250566bca0218f64 Mon Sep 17 00:00:00 2001 From: memdmp Date: Thu, 9 Apr 2026 18:12:12 +0200 Subject: fix: use appropriate units --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 593dc19..027c1f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, + "allowImportingTsExtensions": true, "moduleResolution": "bundler" } // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias -- cgit v1.2.3