Skip to content

Commit

Permalink
fix strict typecheck (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubrican authored Apr 24, 2024
1 parent c3b498b commit 95c6cd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"skipLibCheck": true,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"noImplicitAny": false
"esModuleInterop": true
}
}

0 comments on commit 95c6cd0

Please sign in to comment.