Skip to content

Commit

Permalink
add node types
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Nov 1, 2024
1 parent 2ebe96c commit 0f81660
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/node": "^22.8.6",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./build/dist",
"baseUrl": "./"
"baseUrl": "./",
"types": ["node"]
},
"include": ["src/**/*"]
}

0 comments on commit 0f81660

Please sign in to comment.