Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Aug 23, 2024
1 parent 3b86ec6 commit e6aab80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions testcafe/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"checkJs": false
}
"checkJs": false,
"skipLibCheck": true
},
"include": ["./**/*"]
}

0 comments on commit e6aab80

Please sign in to comment.