We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ad7fd commit 2302818Copy full SHA for 2302818
package.json
@@ -2,7 +2,12 @@
2
"name": "@testing-library/svelte",
3
"version": "0.0.0-semantically-released",
4
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
5
- "exports": "src/index.js",
+ "exports": {
6
+ ".": {
7
+ "default": "./src/index.js",
8
+ "types": "./types/index.d.ts"
9
+ }
10
+ },
11
"type": "module",
12
"types": "types/index.d.ts",
13
"license": "MIT",
0 commit comments