It’s quite easy, at the root of your project create a jsconfig.json file and write this object in it:
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}
It’s quite easy, at the root of your project create a jsconfig.json file and write this object in it:
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}