safety-eval-website/jsconfig.json

11 lines
135 B
JSON
Raw Normal View History

2026-07-09 10:05:52 +08:00
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": ["*"]
},
"jsx": "react"
},
"include": ["src"]
}