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 fcc1815 commit 19fbe91Copy full SHA for 19fbe91
package.json
@@ -24,15 +24,18 @@
24
"exports": {
25
".": {
26
"require": "./build/index.js",
27
- "import": "./build/index.mjs"
+ "import": "./build/index.mjs",
28
+ "types": "./build/index.d.ts"
29
},
30
"./tsd": {
31
"require": "./build/api/tsd/index.js",
- "import": "./build/api/tsd/index.mjs"
32
+ "import": "./build/api/tsd/index.mjs",
33
+ "types": "./build/api/tsd/index.d.ts"
34
35
"./tssert": {
36
"require": "./build/api/tssert/index.js",
- "import": "./build/api/tssert/index.mjs"
37
+ "import": "./build/api/tssert/index.mjs",
38
+ "types": "./build/api/tssert/index.d.ts"
39
}
40
41
"typesVersions": {
0 commit comments