We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d321f commit 604b299Copy full SHA for 604b299
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsdom-testing-mocks",
3
- "version": "1.15.1",
+ "version": "1.15.2",
4
"author": "Ivan Galiatin",
5
"license": "MIT",
6
"description": "A set of tools for emulating browser behavior in jsdom environment",
@@ -24,8 +24,14 @@
24
],
25
"main": "dist/index.js",
26
"exports": {
27
- "import":"./dist/esm/index.js",
28
- "require": "./dist/index.js"
+ "import": {
+ "types": "./dist/index.d.ts",
29
+ "default": "./dist/esm/index.js"
30
+ },
31
+ "require": {
32
+ "types": "./dist/index.d.cts",
33
+ "default": "./dist/index.js"
34
+ }
35
},
36
"typings": "dist/index.d.ts",
37
"files": [
0 commit comments