Skip to content

Commit

Permalink
Dropped @types/node version and updated angularCompilerOptions to acc…
Browse files Browse the repository at this point in the history
…ommodate TS2502 error.
  • Loading branch information
bparvizi-aws committed Sep 17, 2024
1 parent 26b68b4 commit 3cba336
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion client/Admin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": true,
"skipLibCheck": true
}
}
3 changes: 2 additions & 1 deletion client/Application/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": true,
"skipLibCheck": true
}
}
2 changes: 1 addition & 1 deletion server/cdk/package-lock.json

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

2 changes: 1 addition & 1 deletion server/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "20.1.7",
"@types/node": "20.3.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 3cba336

Please sign in to comment.