Skip to content

Commit

Permalink
fix: only typecheck our code (it helps avoiding issues with typescrip…
Browse files Browse the repository at this point in the history
…t version and libs)
  • Loading branch information
prigaux committed Sep 13, 2024
1 parent 580577b commit 87b4ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
//"noImplicitAny": false,
"strictNullChecks": false, //"strictPropertyInitialization": true,
"useUnknownInCatchVariables": false,
"skipLibCheck": true,

"types" : [
"body-parser", "express", "lodash", "mocha", "mongodb", "morgan", "node", "nodemailer", "xml2js"
Expand Down

0 comments on commit 87b4ba3

Please sign in to comment.