Skip to content

Commit 6a6fe6e

Browse files
committed
fix(xl-ai): add @types/node for Node globals in test/util files
1 parent 1571921 commit 6a6fe6e

3 files changed

Lines changed: 174 additions & 28 deletions

File tree

packages/xl-ai/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"@types/json-schema": "^7.0.15",
102102
"@types/lodash.isequal": "^4.5.8",
103103
"@types/lodash.merge": "^4.6.9",
104+
"@types/node": "22.13.13",
104105
"@types/react": "^19.2.3",
105106
"@types/react-dom": "^19.2.3",
106107
"@vitejs/plugin-react": "^6.0.1",

packages/xl-ai/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"emitDeclarationOnly": true,
2121
"composite": true,
2222
"skipLibCheck": true,
23+
"types": ["node"],
2324
"paths": {
2425
"@shared/*": ["../../shared/*"]
2526
}

pnpm-lock.yaml

Lines changed: 172 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)