{
  "extends": "./tsconfig.json",
  "include": [
    // Repeat included files from tsconfig.json.
    "__tests__",
    "scripts",
    "src",
    // Include e.g. configuration files.
    "./.*.js",
    "./*.js"
  ]
}
