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

8 lines
108 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
},
"exclude": ["node_modules"]
}