mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
8 lines
124 B
JSON
8 lines
124 B
JSON
{
|
|
"extends": "./tsconfig.cli.json",
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"moduleResolution": "node16"
|
|
}
|
|
}
|