From 708772d21b6978d50ed77cdd2aed08edcd1f0dbb Mon Sep 17 00:00:00 2001 From: Okiki Ojo Date: Thu, 2 Apr 2026 21:44:22 -0400 Subject: [PATCH] fix: enable importing TypeScript extensions in tsconfig Signed-off-by: Okiki Ojo --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 77922e6..e1f7638 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "noEmit": true, "isolatedModules": true, "forceConsistentCasingInFileNames": true, + "allowImportingTsExtensions": true, "skipLibCheck": true, "strict": true }, -- 2.51.2