mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-01 21:54:06 -04:00
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
"paths": {
|
|
"@llamaindex/workflow-viz": ["./src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["./src", "./examples"]
|
|
}
|