CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
tsconfig.json11 linesDownload Raw Back to call-bound
1{2	"extends": "@ljharb/tsconfig",3	"compilerOptions": {4		"target": "ESNext",5		"lib": ["es2024"],6	},7	"exclude": [8		"coverage",9	],10}11