Install @types/node as dev dependency

- Resolves Node.js type references in source code
- Enables proper type checking for process and child_process imports
This commit is contained in:
Claude 2026-05-12 18:28:08 +00:00
parent 8fa2314522
commit 33d1ad287d
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -12,7 +12,7 @@
"obsidian": "latest"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^22.19.19",
"@typescript-eslint/parser": "^8.59.1",
"esbuild": "^0.25.5",
"eslint": "^9.39.4",
@ -889,9 +889,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.19.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz",
"integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==",
"version": "22.19.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz",
"integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -14,7 +14,7 @@
"obsidian": "latest"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^22.19.19",
"@typescript-eslint/parser": "^8.59.1",
"esbuild": "^0.25.5",
"eslint": "^9.39.4",