Skip to content

Commit

Permalink
fix(jsx-email): configure tshy to stop removing compile export
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Nov 24, 2024
1 parent 1b22503 commit 7635846
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/jsx-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
"default": "./dist/commonjs/index.js"
}
},
"./compile": {
"import": {
"types": "./dist/esm/compile.d.ts",
"default": "./dist/esm/compile.js"
},
"require": {
"types": "./dist/commonjs/compile.d.ts",
"default": "./dist/commonjs/compile.js"
}
},
"./config": {
"import": {
"types": "./dist/esm/config.d.ts",
Expand Down Expand Up @@ -129,6 +139,7 @@
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts",
"./compile": "./src/compile.ts",
"./config": "./src/config.ts"
}
}
Expand Down

0 comments on commit 7635846

Please sign in to comment.