Skip to content

Commit

Permalink
build: add skipLibCheck to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Apr 6, 2022
1 parent aa0a6f1 commit ebe190c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"rootDir": "src",
"strict": true,
"target": "es2019",
"lib": ["es2019"]
"lib": ["es2019"],
"skipLibCheck": true
},
"include": ["src/**/*"]
}

0 comments on commit ebe190c

Please sign in to comment.