wisemapping-frontend/packages/mindplot/jsconfig.json

12 lines
217 B
JSON
Raw Normal View History

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