Skip to content

Commit

Permalink
fix: use TS Config presets to transpile correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucian Mocanu committed Apr 19, 2024
1 parent 9db5554 commit 4a1a1e0
Show file tree
Hide file tree
Showing 3 changed files with 996 additions and 905 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
"devDependencies": {
"@faker-js/faker": "8.4.1",
"@jorgebodega/typeorm-factory": "1.4.0",
"@tsconfig/strictest": "2.0.5",
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.29",
"@typescript-eslint/eslint-plugin": "7.3.0",
"@typescript-eslint/parser": "7.3.0",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -33,7 +34,7 @@
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typeorm": "0.3.20",
"typescript": "5.4.2"
"typescript": "5.4.5"
},
"engines": {
"node": ">=18 <19 || >=20"
Expand Down
Loading

0 comments on commit 4a1a1e0

Please sign in to comment.