Files
fe_supplier_frontend/jsconfig.json

11 lines
168 B
JSON
Raw Permalink Normal View History

2025-06-17 14:20:06 +08:00
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}