Skip to content

Commit

Permalink
Add workaround for bug cypress-io/cypress#1087
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbientLighter committed Oct 31, 2018
1 parent 3cc90ec commit a805a30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tslint/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"noImplicitAny": false,
"module": "CommonJS",
"moduleResolution": "node",
"target": "es5"
"target": "es5",
// Workaround for https://github.com/cypress-io/cypress/issues/1087
"skipLibCheck": true
},
"paths": {
"*": ["*", "../node_modules"]
Expand Down

0 comments on commit a805a30

Please sign in to comment.