Skip to content

Commit b1aea44

Browse files
committed
Allow importing .ts extensions in tsconfig
1 parent 7e3ffd3 commit b1aea44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"target": "ES2022",
66
"module": "ESNext",
77
"moduleResolution": "bundler",
8+
"allowImportingTsExtensions": true,
89
"isolatedModules": true,
910
"skipLibCheck": true
1011
},

0 commit comments

Comments
 (0)