From 43999779a0fb2a95bea04342627578a9c51af720 Mon Sep 17 00:00:00 2001 From: Zakarya Date: Wed, 19 Feb 2025 21:41:58 -0800 Subject: [PATCH] Set allowImportingTsExtensions to true in tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0b2d886..12e6f83 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, - "moduleResolution": "bundler" + "moduleResolution": "bundler", + "allowImportingTsExtensions": true } // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files