mtfosbot/jsconfig.json

12 lines
221 B
JSON
Raw Normal View History

2018-07-13 05:30:54 +00:00
{
"compilerOptions": {
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@libs/*": ["libs/*"],
"@config/*": ["config/*"],
2018-07-18 16:40:07 +00:00
"@route/*": ["route/*"],
"@root/*": ["./*"]
2018-07-13 05:30:54 +00:00
}
}
}