Skip to content

Commit fe366d0

Browse files
authored
fix: typing for bundler resolve (#5)
Signed-off-by: Innei <[email protected]>
1 parent 056cc3e commit fe366d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"main": "./dist/index.js",
2424
"module": "./dist/index.mjs",
2525
"exports": {
26+
"types": "./dist/index.d.ts",
2627
"require": "./dist/index.js",
2728
"import": "./dist/index.mjs"
2829
},
@@ -44,4 +45,4 @@
4445
"peerDependencies": {
4546
"tailwindcss": ">=3.3.0"
4647
}
47-
}
48+
}

0 commit comments

Comments
 (0)