wireguard-dashboard-admin/jsconfig.json
2023-04-17 13:18:44 +08:00

14 lines
225 B
JSON

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