{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "target": "esnext",
    "incremental": false,
    "noEmit": true,
    "allowJs": true
  },
  "include": ["**/*.ts", "**/*.js", "**/*.json", "**/.*.json"]
}
