el.xwx.moe/jsconfig.json
2023-01-23 01:09:35 +03:30

9 lines
93 B
JSON

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