wireguard-dashboard-admin/jsconfig.json

10 lines
135 B
JSON
Raw Normal View History

2022-01-08 17:20:46 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}