Skip to content

Commit

Permalink
Atualização do typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Sep 19, 2022
1 parent 19ef671 commit 94ee682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"license": "MIT",
"dependencies": {
"@sentry/node": "^5.29.2",
"@types/lodash": "^4.14.185",
"@types/pino": "^6.3.4",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
Expand Down Expand Up @@ -77,6 +78,6 @@
"supertest": "^5.0.0",
"ts-jest": "^26.4.1",
"ts-node-dev": "^1.0.0-pre.63",
"typescript": "4.0.3"
"typescript": "^4.8.3"
}
}
1 change: 1 addition & 0 deletions backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"useUnknownInCatchVariables": false,
"strictPropertyInitialization": false,
"esModuleInterop": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 94ee682

Please sign in to comment.