mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-01 22:14:03 -04:00
17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"target": "ESNext",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../packages/llamaindex/tsconfig.json"
|
|
}
|
|
]
|
|
}
|