Skip to content

Commit

Permalink
deps: update dependency typescript to v5.6.2 (#2287)
Browse files Browse the repository at this point in the history
* deps: update dependency typescript to v5.6.2

* fix: add tsconfig.json file for knex

---------

Co-authored-by: Knut Olav Løite <koloite@gmail.com>
  • Loading branch information
renovate-bot and olavloite authored Sep 12, 2024
1 parent 203b427 commit bb99dcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/nodejs/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@types/node": "^20.1.4",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"dependencies": {
"pg": "^8.9.0",
Expand Down
7 changes: 7 additions & 0 deletions samples/nodejs/knex/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"noImplicitAny": false,
"compilerOptions": {
"target": "es6",
"module": "commonjs"
},
}

0 comments on commit bb99dcf

Please sign in to comment.