wireguard-dashboard-admin/jsconfig.json
2022-08-27 14:09:32 +08:00

12 lines
180 B
JSON

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