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/*"]
}
}
}