mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-19 18:43:34 -04:00
17 lines
251 B
Plaintext
17 lines
251 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true
|
|
},
|
|
"target": "esnext",
|
|
"transform": {
|
|
"decoratorVersion": "2022-03"
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"ignoreDynamic": true
|
|
}
|
|
}
|