Skip to content

Commit 6159508

Browse files
authored
feat: enable allowImportingTsExtensions in configuration (#116)
1 parent 173fb73 commit 6159508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration/basic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"isolatedModules": true,
1717
"isolatedDeclarations": true,
1818
"forceConsistentCasingInFileNames": true,
19+
"allowImportingTsExtensions": true,
1920

2021
"strict": true,
2122
"useDefineForClassFields": true,

0 commit comments

Comments
 (0)