Skip to content

Commit 7303cb0

Browse files
committed
👨‍💻 TS: allowImportingTsExtensions
1 parent dc32685 commit 7303cb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"allowSyntheticDefaultImports": true,
1818
"skipLibCheck": true,
1919
"forceConsistentCasingInFileNames": true,
20-
"noEmit": true
20+
"noEmit": true,
21+
"allowImportingTsExtensions": true
2122
},
2223
"include": ["src/**/*"]
2324
}

0 commit comments

Comments
 (0)