1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-06-29 02:02:33 +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/*"]
}
}
}