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 afcc7fc commit 98a29b3Copy full SHA for 98a29b3
packages/test-runner-commands/package.json
@@ -15,7 +15,10 @@
15
"homepage": "https://github.com/modernweb-dev/web/tree/master/packages/test-runner-commands",
16
"main": "browser/commands.mjs",
17
"exports": {
18
- ".": "./browser/commands.mjs",
+ ".": {
19
+ "types": "./browser/commands.d.ts",
20
+ "default": "./browser/commands.mjs"
21
+ },
22
"./plugins": {
23
"import": "./plugins.mjs",
24
"require": "./dist/index.js"
0 commit comments