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.
2 parents 4c3bc79 + 048fe6f commit 177cb40Copy full SHA for 177cb40
.changeset/cyan-days-buy.md
@@ -0,0 +1,5 @@
1
+---
2
+"@web/test-runner-visual-regression": patch
3
4
+
5
+Added types to exports in package.json
packages/test-runner-visual-regression/package.json
@@ -15,10 +15,14 @@
15
"homepage": "https://github.com/modernweb-dev/web/tree/master/packages/test-runner-visual-regression",
16
"main": "browser/commands.mjs",
17
"exports": {
18
- ".": "./browser/commands.mjs",
+ ".": {
19
+ "import": "./browser/commands.mjs",
20
+ "types": "./index.d.ts"
21
+ },
22
"./plugin": {
23
"import": "./plugin.mjs",
- "require": "./dist/index.js"
24
+ "require": "./dist/index.js",
25
+ "types": "./plugin.d.ts"
26
}
27
},
28
"engines": {
0 commit comments