mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-15 06:52:45 -04:00
23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"target": "ESNext",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./node", "./mock-module.js", "./mock-register.js", "./fixtures"],
|
|
"references": [
|
|
{
|
|
"path": "../packages/core/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../packages/env/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../packages/llamaindex/tsconfig.json"
|
|
}
|
|
]
|
|
}
|