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",