yudao-cloud/admin-web/jsconfig.json

11 lines
168 B
JSON
Raw Normal View History

2019-02-27 11:06:55 +08:00
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}