orca/tsconfig.tc.cli.json
Neil 03a7077597
feat: add pn tc command using typescript-native (tsgo) (#363)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 23:27:29 -07:00

7 lines
124 B
JSON

{
"extends": "./tsconfig.cli.json",
"compilerOptions": {
"module": "node16",
"moduleResolution": "node16"
}
}