Skip to content

Commit

Permalink
Enable strict type checking (with a few exceptions for JS)
Browse files Browse the repository at this point in the history
Motivated in tj#1969
  • Loading branch information
aweebit committed Aug 15, 2023
1 parent 7bd4e8e commit 2dd9fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"module": "commonjs",
"target": "es2019",

"strict": true,
/* less strict settings to avoid excessive work in JavaScript */
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": false,

"types": [
"node",
Expand Down

0 comments on commit 2dd9fec

Please sign in to comment.