Skip to main content
Module

x/lyra/tsconfig.cjs.json

🌌 Fast, in-memory, typo-tolerant, full-text search engine written in TypeScript.
Go to Latest
File
{ "extends": "../tsconfig.json", "include": [ "src" ], "compilerOptions": { "target": "ESNext", "module": "CommonJS", "outDir": "./dist/cjs", },}