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/"