We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c62a04 commit 985e7b4Copy full SHA for 985e7b4
1 file changed
package.json
@@ -19,7 +19,8 @@
19
"./package.json": "./package.json",
20
".": {
21
"import": "./dist/magic-string.es.mjs",
22
- "require": "./dist/magic-string.cjs.js"
+ "require": "./dist/magic-string.cjs.js",
23
+ "types": "./index.d.ts"
24
}
25
},
26
"typings": "index.d.ts",
0 commit comments