From 6281138cfc3142ba0da727de6f85443a221d57bf Mon Sep 17 00:00:00 2001 From: David Liu Date: Thu, 25 Jul 2024 11:03:25 +0800 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fb9498a..687e614 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,8 +7,7 @@ "esModuleInterop": true, "outDir": "dist", "target": "ESNext", - "moduleResolution": "NodeNext", - "allowImportingTsExtensions": true + "moduleResolution": "NodeNext" }, "include": [ "src/"