{
  "compilerOptions": {
   // "target": "es6",
    //  "allowSyntheticDefaultImports": true
    "module": "commonjs",
    "lib": [
      "es6", "dom"
    ],
  }
}