{
  "extends": "..",
  "compilerOptions": {
    // Demo type checking only.
    "allowJs": true,
    "checkJs": true,
    "noEmit": true
  },
  // Don't extend the exclusions.
  "exclude": []
}
