Files
fe_service_ebtp_frontend/jsconfig.json

11 lines
168 B
JSON
Raw Permalink Normal View History

2020-12-23 11:14:35 +08:00
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}