Skip to content

Commit 93b0d9f

Browse files
committed
chore: add node types
1 parent 1f67769 commit 93b0d9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"homepage": "https://github.com/mljs/levenberg-marquardt#readme",
4444
"devDependencies": {
45+
"@types/node": "^24.0.1",
4546
"@vitest/coverage-v8": "^3.2.3",
4647
"@zakodium/tsconfig": "^1.0.1",
4748
"eslint": "^9.28.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@zakodium/tsconfig",
33
"compilerOptions": {
4+
"types": ["node"],
45
"outDir": "lib",
56
"noUncheckedIndexedAccess": false
67
},

0 commit comments

Comments
 (0)