{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "allowJs": true
  },
  "include": [
    ".",
    "**/*.js",
    "**/*.ts",
    "**/*.json",
    ".eslintrc.json"
  ],
  "exclude": [
    "dist",
    "docs"
  ]
}
