Files
zyplayer-doc/zyplayer-doc-ui/wiki-ui/jsconfig.json

14 lines
118 B
JSON
Raw Normal View History

2023-01-07 00:34:05 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
],
"~/*": [
"./*"
]
}
}
}