mtfosbot/jsconfig.json

12 lines
221 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@libs/*": ["libs/*"],
"@config/*": ["config/*"],
"@route/*": ["route/*"],
"@root/*": ["./*"]
}
}
}