wireguard-dashboard-admin/jsconfig.json
2022-12-12 09:32:50 +08:00

13 lines
204 B
JSON

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