Files
zyplayer-doc/zyplayer-doc-ui/wiki-ui-2/jsconfig.json
暮光:城中城 78044ce920 测试升级为vue3
2023-01-07 00:34:05 +08:00

14 lines
118 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
],
"~/*": [
"./*"
]
}
}
}