ForgeSight / frontend /jsconfig.json
emergent-agent-e1
auto-commit for 41db1e46-1e00-4de7-81a3-658988d8d311
7a7199f
raw
history blame contribute delete
116 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src"]
}