wisemapping-frontend/packages/mindplot/jsconfig.json
Paulo Gustavo Veiga cd2236eca1 - Clean webpack and babel configuration
- Babel configure to jsmodule
2021-12-05 15:09:07 -08:00

12 lines
217 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"paths": {
"@libraries/*": ["../../libraries/*"],
"@wisemapping/web2d": ["../web2d/*"]
}
},
"exclude": ["node_modules"]
}