Files
fe_service_ebtp_frontend/jsconfig.json
2020-12-23 11:14:35 +08:00

11 lines
168 B
JSON

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