{
	"extends": "@ljharb/tsconfig",

	"compilerOptions": {
		"lib": ["ESNext"],
	},

	"exclude": [
		"coverage/",
	],
}
