diff --git a/tsconfig.build.json b/tsconfig.build.json index f71699f..8247d3c 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -4,7 +4,6 @@ "rootDir": "./src", "outDir": "./dist", "noEmit": false, - "allowImportingTsExtensions": false, "stripInternal": true }, "exclude": [ diff --git a/tsconfig.json b/tsconfig.json index f99bb04..5009107 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "noImplicitAny": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "moduleResolution": "NodeNext",