mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
8 lines
124 B
JSON
8 lines
124 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.cli.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "node16",
|
||
|
|
"moduleResolution": "node16"
|
||
|
|
}
|
||
|
|
}
|