Skip to content

Commit

Permalink
fix(ts): compile errors for mocha + jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Feb 15, 2022
1 parent 07562cc commit ae252eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"compilerOptions": {
"esModuleInterop": true,
"outDir": "dist",
"module": "CommonJS",
"sourceMap": true,
"skipLibCheck": true,
"types": [
"node",
"webdriverio/async",
Expand Down

0 comments on commit ae252eb

Please sign in to comment.