mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-05 01:59:24 +08:00
11 lines
168 B
JSON
11 lines
168 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|