Files
fe_portal_frontend/jsconfig.json

11 lines
168 B
JSON
Raw Normal View History

2025-06-16 09:25:19 +08:00
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}