ComunicWeb/assets/js/jsconfig.json

6 lines
70 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}