mirror of
https://github.com/ZeroCatDev/ClassworksKVAdmin.git
synced 2025-10-21 19:13:09 +00:00
10 lines
136 B
JSON
10 lines
136 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|