We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e35461 + 6467aff commit e3785feCopy full SHA for e3785fe
package.json
@@ -17,6 +17,15 @@
17
"types": "./dist/index.d.ts",
18
"default": "./dist/index.js"
19
},
20
+ "./types": {
21
+ "require": {
22
+ "types": "./dist/types/index.d.cts"
23
+ },
24
+ "import": {
25
+ "types": "./dist/types/index.d.ts"
26
27
28
29
"./package.json": "./package.json"
30
31
"types": "dist/index.d.ts",
src/types/index.ts
@@ -0,0 +1 @@
1
+export * from './Pattern';
0 commit comments