Skip to content

Commit c5a4b51

Browse files
committed
fix: allowImportingTsExtensions was never supposed to be enabled
1 parent 641c456 commit c5a4b51

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tsconfig.build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"rootDir": "./src",
55
"outDir": "./dist",
66
"noEmit": false,
7-
"allowImportingTsExtensions": false,
87
"stripInternal": true
98
},
109
"exclude": [

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"noImplicitAny": false,
1212
"esModuleInterop": true,
1313
"allowSyntheticDefaultImports": true,
14-
"allowImportingTsExtensions": true,
1514
"resolveJsonModule": true,
1615
"isolatedModules": true,
1716
"moduleResolution": "NodeNext",

0 commit comments

Comments
 (0)