mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
#### 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 ```
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"include": ["tsdown.config.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"types": ["node"]
|
|
}
|
|
}
|