Skip to content

Commit

Permalink
revert: build(ts): enable skipLibCheck hack to avoid issues with Cypr…
Browse files Browse the repository at this point in the history
…ess types (#78)

This reverts commit 815c45d.
  • Loading branch information
wKovacs64 committed Nov 3, 2019
1 parent a229e34 commit f907be5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"noEmit": true,
"strict": true,
"types": ["cypress", "@testing-library/cypress", "cypress-axe"],
"typeRoots": ["node_modules/@types", "./src/@types"],
// TODO: remove once Cypress types are sorted out
"skipLibCheck": true
"typeRoots": ["node_modules/@types", "./src/@types"]
},
"exclude": [".cache", "public"]
}

0 comments on commit f907be5

Please sign in to comment.