{
  "compilerOptions": {
    //https://www.typescriptlang.org/tsconfig#lib
    "lib": ["ES2015"],
    "esModuleInterop": true
  }
}
