salpa-web/jsconfig.json
2023-12-26 11:21:51 +08:00

11 lines
168 B
JSON

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