modify language map

This commit is contained in:
Jiaxin Peng
2023-12-27 00:48:39 +00:00
parent 306573d81e
commit fb463ceaae
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"module": "ESNext",
"target": "ES6",
"allowJs": true,