{ "compilerOptions": { "rootDir": ".", "composite": true, "target": "es2022", "module": "esnext", "moduleResolution": "bundler", "verbatimModuleSyntax": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "noUncheckedIndexedAccess": true, "strictNullChecks": true, "exactOptionalPropertyTypes": true, "strict": true, "skipLibCheck": true, "stripInternal": true, "lib": ["ES2022", "DOM", "DOM.Iterable", "DOM.AsyncIterable"] }, "files": [], "include": [], "references": [ { "path": "./demo/tsconfig.json" }, { "path": "./tsconfig.lint-staged.json" }, { "path": "./packages/core/tsconfig.test.json" }, { "path": "./packages/core/tsconfig.json" }, { "path": "./packages/llamaindex/tsconfig.json" }, { "path": "./packages/llamaindex/tsconfig.test.json" }, { "path": "./packages/http/tsconfig.json" }, { "path": "./packages/http/tsconfig.test.json" } ] }