We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f67769 commit 93b0d9fCopy full SHA for 93b0d9f
package.json
@@ -42,6 +42,7 @@
42
},
43
"homepage": "https://github.com/mljs/levenberg-marquardt#readme",
44
"devDependencies": {
45
+ "@types/node": "^24.0.1",
46
"@vitest/coverage-v8": "^3.2.3",
47
"@zakodium/tsconfig": "^1.0.1",
48
"eslint": "^9.28.0",
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "@zakodium/tsconfig",
3
"compilerOptions": {
4
+ "types": ["node"],
5
"outDir": "lib",
6
"noUncheckedIndexedAccess": false
7
0 commit comments