Skip to content

Commit 89dd6cd

Browse files
committed
fix(publish): update jsr config
1 parent 1fe949b commit 89dd6cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/solid-uplot/jsr.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "0.5.0",
44
"license": "MIT",
55
"exports": "./src/index.ts",
6+
"compilerOptions": {
7+
"jsx": "preserve",
8+
"jsxImportSource": "solid-js"
9+
},
10+
"imports": {
11+
"solid-js": "npm:solid-js@^1.6.0",
12+
"solid-js/*": "npm:solid-js@^1.6.0/*",
13+
"uplot": "npm:uplot@^1.6.32",
14+
"uplot/*": "npm:uplot@^1.6.32/*"
15+
},
616
"publish": {
717
"include": ["LICENSE", "README.md", "CHANGELOG.md", "src/**/*.tsx", "src/**/*.ts"],
818
"exclude": ["**/*.test.tsx", "**/*.test.ts"]

0 commit comments

Comments
 (0)