Skip to content

Commit

Permalink
Merge pull request #12 from crutchcorn/fix-extend-ts-types
Browse files Browse the repository at this point in the history
fix: extend-expect typescript definitions should now work on import
  • Loading branch information
crutchcorn committed Mar 24, 2022
2 parents e2d509d + 128446e commit 42a16c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"dist",
"types/*.d.ts",
"extend-expect.js",
"extend-expect.d.ts",
"src/user-event/**/*.ts",
"src/user-event/*.ts"
],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"allowJs": true,
"downlevelIteration": true
},
"include": ["./src", "./types"]
"include": ["./src", "./types", "extend-expect.d.ts"]
}

0 comments on commit 42a16c3

Please sign in to comment.