aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/call-bind-apply-helpers/tsconfig.json
blob: aef9993084c3643257b6d6aea21f76017caf92a7 (plain)
1
2
3
4
5
6
7
8
9
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "es2021",
	},
	"exclude": [
		"coverage",
	],
}