Knowledge Graph Memory Server

by bneil
Verified
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "outDir": "./dist", "rootDir": "." }, "include": [ "./**/*.ts" ], "exclude": ["node_modules"] }