{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": {
		// Runtime types come from `worker-configuration.d.ts` (generated by
		// `wrangler types`) — referenced via `include` below. The vitest-pool
		// types subpath provides the `cloudflare:test` ambient declarations
		// for the smoke test rig.
		"types": ["@cloudflare/vitest-pool-workers/types"],
		"verbatimModuleSyntax": true,
		"noEmit": true
	},
	"include": ["src/**/*", "test/**/*", "worker-configuration.d.ts"]
}
