UNPKG

liqe

Version:

Lightweight and performant Lucene-like parser, serializer and search engine.

29 lines 569 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "lib": [ "es2021" ], "module": "commonjs", "moduleResolution": "node", "noImplicitAny": false, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": false, "outDir": "dist", "skipLibCheck": true, "strict": true, "target": "ES2018" }, "exclude": [ "dist", "node_modules" ], "include": [ "src", "test" ] }