1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-09-22 04:34:07 +08:00
Sword/jsconfig.json

11 lines
168 B
JSON
Raw Normal View History

2019-02-13 17:16:39 +08:00
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}