mirror of
https://github.com/run-llama/tool.git
synced 2026-06-30 21:17:57 -04:00
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"verbatimModuleSyntax": true,
|
|
"strictNullChecks": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|