aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/call-bound/tsconfig.json
blob: 8976d98b8e07a7672dabcca3d68e6852d8462d5e (plain)
1
2
3
4
5
6
7
8
9
10
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "ESNext",
		"lib": ["es2024"],
	},
	"exclude": [
		"coverage",
	],
}