Skip to content

Commit

Permalink
chore: add a void package for types
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Jul 2, 2022
1 parent 4f59a2d commit f50a3de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typings/void/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Sometimes we need to neutralize certain @types/ packages.
// This package is used as a "void" package via yarn resolutions, in the root package.json file.
3 changes: 3 additions & 0 deletions typings/void/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "void"
}

0 comments on commit f50a3de

Please sign in to comment.