Files
template-visual/jsconfig.json
Qingtian239113 6afcaa96fe Initial commit
2022-03-28 17:29:25 +08:00

11 lines
168 B
JSON

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