Saber/jsconfig.json

15 lines
163 B
JSON
Raw Normal View History

2024-07-14 23:59:11 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}