@huggingface/mcp-client
Version: 
Client for the Model Context Protocol
22 lines (21 loc) • 492 B
JSON
{
	"compilerOptions": {
		"allowSyntheticDefaultImports": true,
		"lib": ["ES2022", "DOM"],
		"module": "CommonJS",
		"moduleResolution": "node",
		"target": "ES2022",
		"forceConsistentCasingInFileNames": true,
		"strict": true,
		"noImplicitAny": true,
		"strictNullChecks": true,
		"skipLibCheck": true,
		"noImplicitOverride": true,
		"outDir": "./dist",
		"declaration": true,
		"declarationMap": true,
		"resolveJsonModule": true
	},
	"include": ["src", "test"],
	"exclude": ["dist"]
}