safety-eval-service-frontend/jsconfig.json

10 lines
115 B
JSON
Raw Permalink Normal View History

2026-06-18 11:27:05 +08:00
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": ["*"]
}
},
"include": ["src"]
}