{
  "compilerOptions": {
    "target": "es2018",
    "module": "commonjs",
    "declaration": true,
    "strict": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    // See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311
    "types": ["node", "jest", "webpack-env", "chrome"]
  }
}