Skip to content

Commit fce5fbe

Browse files
committed
Make allowImportingTsExtensions: false
1 parent af41b57 commit fce5fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.config/tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//"importsNotUsedAsValues": "remove",
66
//"incremental": true,
77
//"erasableSyntaxOnly": true,
8-
"allowImportingTsExtensions": true,
8+
"allowImportingTsExtensions": false,
99
"allowJs": false,
1010
"composite": true,
1111
"declaration": true,

0 commit comments

Comments
 (0)