From b207109697cc489e0fc491848dc0444d0f699713 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Thu, 9 Jul 2026 02:03:03 +0000 Subject: [PATCH] add allowImportingTsExtensions compiler option --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 4e7b8a40..5fe38494 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,8 +18,9 @@ "jsx": "react-jsx", "sourceMap": false, "rewriteRelativeImportExtensions": true, - "erasableSyntaxOnly": true, - "verbatimModuleSyntax": true + "erasableSyntaxOnly": true, + "verbatimModuleSyntax": true, + "allowImportingTsExtensions": true }, "include": [ "src",