mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-21 06:05:23 -04:00
39 lines
882 B
JSON
39 lines
882 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"composite": true,
|
|
"target": "es2022",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"strictNullChecks": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"stripInternal": true,
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable", "DOM.AsyncIterable"]
|
|
},
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.lint-staged.json"
|
|
},
|
|
{
|
|
"path": "./packages/core/tsconfig.test.json"
|
|
},
|
|
{
|
|
"path": "./packages/core/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/llamaindex/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./packages/llamaindex/tsconfig.test.json"
|
|
}
|
|
]
|
|
}
|