Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Fixed make check-types by excluding cypress folder (#4218)
Browse files Browse the repository at this point in the history
  • Loading branch information
reflog committed Nov 14, 2019
1 parent 81c810f commit 572c803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"experimentalDecorators": true,
"experimentalDecorators": true,
"jsx": "react",
"baseUrl": "."
},
Expand All @@ -27,6 +27,7 @@
],
"exclude": [
"dist",
"e2e",
"!node_modules/@types"
]
}

0 comments on commit 572c803

Please sign in to comment.