mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
cd2236eca1
- Babel configure to jsmodule
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "commonjs",
|
|
"paths": {
|
|
"@libraries/*": ["../../libraries/*"],
|
|
"@wisemapping/web2d": ["../web2d/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|