wireguard-dashboard-admin/jsconfig.json

11 lines
158 B
JSON
Raw Normal View History

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