📄 tsconfig.json
/home/palash/git/site/node_modules/call-bound/tsconfig.json
Language: json • Lines: 10
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "ESNext",
		"lib": ["es2024"],
	},
	"exclude": [
		"coverage",
	],
}