Configure ES6 as code language

This commit is contained in:
Paulo Gustavo Veiga 2021-12-18 14:13:43 -08:00
parent 1b2f2fc30f
commit c3091d5e1d
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"module": "ES6",
"paths": {
"@libraries/*": ["../../libraries/*"],
"@wisemapping/web2d": ["../web2d/*"]

View File