/ node_modules / call-bound / tsconfig.json
tsconfig.json
 1  {
 2  	"extends": "@ljharb/tsconfig",
 3  	"compilerOptions": {
 4  		"target": "ESNext",
 5  		"lib": ["es2024"],
 6  	},
 7  	"exclude": [
 8  		"coverage",
 9  	],
10  }