From 860da49b0a6b595c263248dbdb3986aa57203ba3 Mon Sep 17 00:00:00 2001 From: kleinfreund <5774638+kleinfreund@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:50:00 +0100 Subject: [PATCH] chore: allow importing .ts extension --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 672c59d..f21210a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "target": "es2022", "module": "es2022", "moduleResolution": "Bundler", + "allowImportingTsExtensions": true, "lib": [ "dom", "dom.iterable",