Skip to content

Commit 92006a9

Browse files
committed
Set allowImportingTsExtensions: true
1 parent 8a94841 commit 92006a9

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
@@ -13,6 +13,7 @@
1313
"isolatedModules": true,
1414
"jsx": "preserve",
1515
"incremental": true,
16+
"allowImportingTsExtensions": true,
1617
"paths": {
1718
"@/*": ["./src/*"],
1819
"public/*": ["./public/*"]

0 commit comments

Comments
 (0)