{
  "extends": "../../../tsconfig.json",
  "compilerOptions": {
    "skipLibCheck": true
  },
  "include": ["index.ts", "src/**/*", "tests/**/*"],
  "exclude": ["node_modules", "dist"]
}
