mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-09-03 05:10:00 +03:00
add allowImportingTsExtensions compiler option
This commit is contained in:
+3
-2
@@ -18,8 +18,9 @@
|
||||
"jsx": "react-jsx",
|
||||
"sourceMap": false,
|
||||
"rewriteRelativeImportExtensions": true,
|
||||
"erasableSyntaxOnly": true,
|
||||
"verbatimModuleSyntax": true
|
||||
"erasableSyntaxOnly": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"allowImportingTsExtensions": true
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
|
||||
Reference in New Issue
Block a user