Skip to content

Commit

Permalink
added node types
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Sep 9, 2024
1 parent f28a74f commit 98b8b15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "latest",
"@biomejs/biome": "^1.8.3",
"@types/node": "^22.5.4",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"@biomejs/biome": "^1.8.3"
"typescript": "^5.5.4"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
"noPropertyAccessFromIndexSignature": false,
"noEmit": true
},
"include": ["src"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 98b8b15

Please sign in to comment.