Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fuse/tsconfig.json

Lightweight fuzzy-search, in JavaScript
Very Popular
Go to Latest
File
{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "moduleResolution": "node", "target": "es6", "resolveJsonModule": true, "esModuleInterop": true, "strict": true }}