mirror of
https://github.com/run-llama/tool.git
synced 2026-07-21 11:45:29 -04:00
9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"module": "node16",
|
|
"moduleResolution": "node16"
|
|
}
|
|
}
|