{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "ESNext",
		"lib": ["es2024"],
	},
	"exclude": [
		"coverage",
	],
}