{
	"compilerOptions": {
		"incremental": true,
		"target": "ES2022",
		"lib": ["ES2022"],
		"experimentalDecorators": true,
		"emitDecoratorMetadata": true,
		"module": "ES2022",
		"moduleResolution": "node",
		"types": ["@cloudflare/workers-types"],
		"declaration": true,
		"sourceMap": true,
		"outDir": "./dist",
		"isolatedModules": true,
		"allowSyntheticDefaultImports": true,
		"esModuleInterop": true,
		"forceConsistentCasingInFileNames": true,
		"strict": true,
		"skipLibCheck": true
	},
	"include": ["src/**/*"]
}
