Skip to content

Commit

Permalink
test: check types in strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 17, 2024
1 parent 6fd117b commit 412d7bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"test/*.js"
],
"compilerOptions": {
"strict": true,
"checkJs": true,
"noImplicitAny": false,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": [
Expand Down

0 comments on commit 412d7bf

Please sign in to comment.