Skip to content

Commit 6b3319e

Browse files
authored
Merge pull request #118 from eryue0220/fix/jsr-build-error
fix: jsr error
2 parents 0e00ce6 + 766a6a9 commit 6b3319e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jsr.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"./vite": "./src/vite.ts",
1212
"./webpack": "./src/webpack.ts"
1313
},
14+
"imports": {
15+
"@/types": "./src/types.ts",
16+
"@/utils": "./src/utils/index.ts",
17+
"@/utils/*": "./src/utils/*"
18+
},
1419
"exclude": [".eslintrc.json", ".eslintignore", "test", "examples", "pnpm-lock.yaml", "pnpm-workspace.yaml"]
1520
}

0 commit comments

Comments
 (0)