Skip to content

Commit

Permalink
fix: fix external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jul 11, 2023
1 parent e20c71a commit 8a25fe1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const bundle = (config) => ({

const swcPlugin = swc(
defineRollupSwcOption({
tsconfig: "../../tsconfig.build.json",
jsc: {
target: "es2021",
parser: {
Expand Down
1 change: 1 addition & 0 deletions packages/core/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const bundle = (config) => ({

const swcPlugin = swc(
defineRollupSwcOption({
tsconfig: "../../tsconfig.build.json",
jsc: {
target: "es2021",
parser: {
Expand Down
6 changes: 6 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {}
}
}

0 comments on commit 8a25fe1

Please sign in to comment.