wireguard-dashboard-admin/jsconfig.json

15 lines
257 B
JSON
Raw Normal View History

2022-01-08 17:20:46 +08:00
{
"compilerOptions": {
2022-12-12 09:32:50 +08:00
"target": "ESNext",
2022-01-08 17:20:46 +08:00
"baseUrl": "./",
"moduleResolution": "node",
2022-01-08 17:20:46 +08:00
"paths": {
2022-08-27 14:09:32 +08:00
"~/*": ["./*"],
2022-01-08 17:20:46 +08:00
"@/*": ["src/*"]
2022-04-13 17:24:27 +08:00
},
2023-04-17 13:18:44 +08:00
"jsx": "preserve",
"allowJs": true
2022-01-08 17:20:46 +08:00
},
"exclude": ["node_modules", "dist"]
}