Skip to content

Commit 207a05b

Browse files
committed
feat(jsr.json): change main export path
The main export path in jsr.json has been changed from "." to "./index". This change is to improve the clarity of the export structure.
1 parent 6fd9835 commit 207a05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unplugin-typia/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ryoppippi/unplugin-typia",
33
"version": "0.2.0",
44
"exports": {
5-
".": "./src/index.ts",
5+
"./index": "./src/index.ts",
66
"./api": "./src/api.ts",
77
"./vite": "./src/vite.ts",
88
"./webpack": "./src/webpack.ts",

0 commit comments

Comments
 (0)