mtfosbot_web/jsconfig.json

9 lines
124 B
JSON
Raw Normal View History

{
"compilerOptions": {
2018-08-20 16:24:36 +00:00
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@": ["src/*"]
}
}
}