Skip to content

Commit

Permalink
fix: check declaration file in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Oct 29, 2021
1 parent c5a2826 commit 47195ca
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 @@ -3,7 +3,7 @@
"sourceMap": false,
"target": "es5",
"moduleResolution": "node",
"skipLibCheck": true,
"skipLibCheck": false,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true
Expand Down

0 comments on commit 47195ca

Please sign in to comment.