Skip to content

Commit

Permalink
chore(npm): bump tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Sep 7, 2023
1 parent 21b501c commit af14e5d
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 426 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"import": "./dist/index.js"
}
},
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -42,7 +42,8 @@
"@mgcrea/eslint-config-node": "^0.2.3",
"@mgcrea/fastify-session": "^1.1.0",
"@prisma/client": "^4.11.0",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@tsconfig/node-lts": "^18.12.5",
"@tsconfig/strictest": "^2.0.2",
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3",
"benchmark": "^2.1.4",
Expand Down

0 comments on commit af14e5d

Please sign in to comment.