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