jsconfig.json

Aktuellste ES Version in IDE festlegen

{
  "compilerOptions": {
    "target": "es2018"
  }
}