{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "es2021",
		// "maxNodeModuleJsDepth": 0,
	},
	"exclude": [
		"coverage",
		"test"
	],
}
