Skip to content

Commit

Permalink
fix: add json exports to tshy config (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j authored Aug 2, 2024
1 parent 3faadca commit a321960
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
},
"tshy": {
"exports": {
".": "./src/main.ts"
".": "./src/main.ts",
"./package.json": "./package.json",
"./manifests/micro-utilities.json": "./manifests/micro-utilities.json",
"./manifests/native.json": "./manifests/native.json",
"./manifests/preferred.json": "./manifests/preferred.json"
}
},
"files": [
Expand Down

0 comments on commit a321960

Please sign in to comment.