admin-web/jsconfig.json

11 lines
180 B
JSON
Raw Permalink Normal View History

2024-10-23 01:57:47 +00:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}