mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-01 22:14:03 -04:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"stripInternal": true,
|
|
"outDir": "./lib",
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
"incremental": true,
|
|
"composite": true,
|
|
"paths": {
|
|
"llamaindex": ["./packages/core/src/index.ts"],
|
|
"llamaindex/*": ["./packages/core/src/*.ts"],
|
|
"@llamaindex/env": ["./packages/env/src/index.ts"],
|
|
"@llamaindex/env/*": ["./packages/env/src/*.ts"],
|
|
"@llamaindex/experimental": ["./packages/experimental/src/index.ts"],
|
|
"@llamaindex/experimental/*": ["./packages/experimental/src/*.ts"]
|
|
}
|
|
},
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./apps/docs/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/core/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/edge/e2e/test-edge-runtime/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/core/tests/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/env/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./examples"
|
|
},
|
|
{
|
|
"path": "./examples/readers"
|
|
},
|
|
{
|
|
"path": "./packages/experimental/tsconfig.json"
|
|
}
|
|
]
|
|
}
|