Files
halo/ui/packages/shared/tsconfig.node.json
Ryan Wang 1d81a73430 Upgrade Node.js to v22 (#7846)
#### What type of PR is this?

/area ui
/kind cleanup

#### What this PR does / why we need it:

Upgrade Node.js to 22

#### Does this PR introduce a user-facing change?

```release-note
None
```
2025-10-22 08:38:13 +00:00

10 lines
182 B
JSON

{
"extends": "@tsconfig/node22/tsconfig.json",
"include": ["tsdown.config.ts"],
"compilerOptions": {
"composite": true,
"module": "ESNext",
"types": ["node"]
}
}