mirror of
https://github.com/run-llama/tool.git
synced 2026-07-19 08:15:28 -04:00
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"verbatimModuleSyntax": true,
|
|
"strictNullChecks": true,
|
|
"skipLibCheck": true,
|
|
"incremental": true,
|
|
"composite": true,
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./packages/tool"
|
|
},
|
|
{
|
|
"path": "./examples/01_node"
|
|
}
|
|
]
|
|
}
|