Skip to content

Commit

Permalink
fix type test
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Feb 6, 2023
1 parent 0166505 commit 6edbb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jimp/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"skipLibCheck": true,
"noEmit": true,

// If the library is an external module (uses `export`), this allows your test file to import "mylib" instead of "./index".
Expand Down

0 comments on commit 6edbb63

Please sign in to comment.