Skip to content

Commit

Permalink
TSC error suppression for latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vunderkind committed Oct 24, 2022
1 parent ef1a7b2 commit f4f54ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cli/cli.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"noUnusedLocals": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"allowJs": true
"allowJs": true,
"skipLibCheck": true,
},
"files": [
"src/index.ts",
Expand Down

0 comments on commit f4f54ec

Please sign in to comment.