1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-09-21 20:24:06 +08:00
Sword/jsconfig.json
2019-02-13 17:16:39 +08:00

11 lines
168 B
JSON

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