palc-newyear2024/jsconfig.json
2023-12-29 18:41:59 +08:00

11 lines
172 B
JSON

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