{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "ES2021",
		"checkJs": false,
		"maxNodeModuleJsDepth": 0
	},
	"exclude": [
		"coverage",
		"bench",
		"test/bundle.js"
	]
}
