k-line/jsconfig.json

13 lines
143 B
JSON
Raw Normal View History

2024-12-17 02:02:11 +00:00
{
"compilerOptions": {
"paths": {
"@/*": [
"./src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}