mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-15 14:55:41 -04:00
9 lines
158 B
JSON
9 lines
158 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["**/node_modules", "**/dist", "**/lib"]
|
|
}
|