From c855e45e435c5a9a563ace4d293488fa2b3bfbb5 Mon Sep 17 00:00:00 2001 From: prjctimg Date: Mon, 23 Oct 2023 22:57:05 +0200 Subject: [PATCH] Added allowImportingTsExtensions --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 55cc4dce..5d5fb6f5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "src/index.ts" ], "compilerOptions": { - // "allowImportingTsExtensions": true, + "allowImportingTsExtensions": true, "skipLibCheck": true, // "allowJs": true, "checkJs": true,