add allowImportingTsExtensions compiler option

This commit is contained in:
FoxxMD
2026-07-09 02:03:03 +00:00
parent 77de2a7526
commit b207109697
+3 -2
View File
@@ -18,8 +18,9 @@
"jsx": "react-jsx",
"sourceMap": false,
"rewriteRelativeImportExtensions": true,
"erasableSyntaxOnly": true,
"verbatimModuleSyntax": true
"erasableSyntaxOnly": true,
"verbatimModuleSyntax": true,
"allowImportingTsExtensions": true
},
"include": [
"src",