Skip to content

Commit

Permalink
fix(build): skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
1chiSensei committed May 6, 2021
1 parent c6f5fc9 commit cf8461f
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 @@ -20,6 +20,7 @@
"./node_modules/@types"
],
"resolveJsonModule": true,
"declarationMap": true
"declarationMap": true,
"skipLibCheck": true
}
}

0 comments on commit cf8461f

Please sign in to comment.