Skip to main content
Module

x/fzf/tsconfig-to-build-types.json

Do fuzzy matching using FZF algorithm in JavaScript
Go to Latest
File
{ "compilerOptions": { "target": "ESNext", "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, "skipLibCheck": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "ESNext", "moduleResolution": "Node", "resolveJsonModule": true, "isolatedModules": false, "noEmit": false, "declaration": true, "emitDeclarationOnly": true, "jsx": "react" }, "include": ["src/lib/main.ts"]}