{
  "extends": "../tsconfig.json",
  "compilerOptions": {
      "resolveJsonModule": true
  },
  "include": [
    "./test",
    "sync-tests/*.ts",
    "./actor-tests/**/*.ts",
    "./artifacts/**/*.json",
    "./tasks/**/*.ts",
    "./package.json"
  ],
  "files": ["./hardhat.config.ts"]
}
