Skip to content

Commit

Permalink
fix: exclude e2e from types in release (#2454)
Browse files Browse the repository at this point in the history
# Summary

Hot fix for #2453 missing types.
Closes #2453.
  • Loading branch information
jakex7 authored Sep 17, 2024
1 parent 1ca8edd commit 54790cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"resolveJsonModule": true,
"isolatedModules": true
},
"include": ["src", "e2e", "__tests__/e2e/GeneralSvgRenderingTest.spec.tsx"]
"include": ["src"]
}

0 comments on commit 54790cd

Please sign in to comment.