wireguard-dashboard/web/jsconfig.json

15 lines
257 B
JSON
Raw Permalink Normal View History

2024-08-21 09:10:01 +08:00
{
"compilerOptions": {
"target": "ESNext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"],
"~/*": ["./*"]
},
"jsx": "preserve",
"allowJs": true
},
"exclude": ["node_modules", "dist"]
}