Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
fix type check
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Aug 13, 2024
1 parent 549ad19 commit 43d3999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"**/temp/**",
"**/website/**",
"**/coverage/**",
"**/tests/**/{input,output}.js"
"**/tests/**/output.js",
"**/tests/**/input.js"
],
"compilerOptions": {
"checkJs": true,
Expand Down

0 comments on commit 43d3999

Please sign in to comment.