Skip to content

Commit

Permalink
Skip ts lib check
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <jay@zijie.wang>
  • Loading branch information
xiaohk committed Jun 18, 2023
1 parent eab6a8b commit 3d4fe1c
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 @@ -18,7 +18,8 @@
"strict": true,
"strictNullChecks": true,
"target": "ESNext",
"types": []
"types": [],
"skipLibCheck": true
},
"include": ["src/*"]
}

0 comments on commit 3d4fe1c

Please sign in to comment.