xyyh-hhj/jsconfig.json
2025-02-24 17:34:19 +08:00

11 lines
172 B
JSON

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