Skip to content

Commit

Permalink
fix: 🐛 add missing dev dependency types node
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynando committed Apr 21, 2024
1 parent 64caf9d commit 3e5263e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@nodecfdi/prettier-config": "^1.1.1",
"@nodecfdi/tsconfig": "^1.5.0",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.12.7",
"@vitest/coverage-istanbul": "^1.5.0",
"conventional-changelog-cli": "^4.1.0",
"del-cli": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "@nodecfdi/tsconfig/tsconfig.package.json",
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"types": ["vitest/globals"]
"types": ["vitest/globals", "@types/node"]
}
}

0 comments on commit 3e5263e

Please sign in to comment.