Files
fe_portal_frontend/jsconfig.json
2025-06-16 09:25:19 +08:00

11 lines
168 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}