wireguard-dashboard-admin/jsconfig.json
2023-11-05 15:42:21 +08:00

15 lines
257 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"],
"~/*": ["./*"]
},
"jsx": "preserve",
"allowJs": true
},
"exclude": ["node_modules", "dist"]
}