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 fa25078 commit 0b6a9d0Copy full SHA for 0b6a9d0
package.json
@@ -5,7 +5,14 @@
5
"author": "Jan T. Sott",
6
"license": "MIT",
7
"type": "module",
8
- "exports": "./dist/index.js",
+ "exports": {
9
+ "types": {
10
+ "import": "./dist/index.d.mts",
11
+ "require": "./dist/index.d.cts"
12
+ },
13
+ "import": "./dist/index.mjs",
14
+ "require": "./dist/index.cjs"
15
16
"repository": {
17
"type": "git",
18
"url": "git+https://github.com/idleberg/gulp-xml-validator.git"
0 commit comments