From 40d1d6962b4f3e511ab11e764f15bbb24a8f7bcf Mon Sep 17 00:00:00 2001 From: robonen Date: Tue, 27 May 2025 16:07:59 +0700 Subject: [PATCH] feat(configs/tsconfig): enable importing TypeScript extensions in tsconfig --- configs/tsconfig/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/tsconfig/tsconfig.json b/configs/tsconfig/tsconfig.json index e4dcfe8..a5ed60d 100644 --- a/configs/tsconfig/tsconfig.json +++ b/configs/tsconfig/tsconfig.json @@ -13,6 +13,7 @@ "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, + "allowImportingTsExtensions": true, "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force",