Skip to content

Commit

Permalink
baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 8, 2023
1 parent 9a12730 commit a8d6358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-swc/__tests__/transform/issue_4730_test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ it("should work", async () => {
dynamicImport: true,
},
target: "es2020",
baseUrl: '.',
paths: {
"@print/a": [join(dir, "./packages/a/src/index.ts")],
"@print/b": [join(dir, "./packages/b/src/index.ts")],
Expand Down

0 comments on commit a8d6358

Please sign in to comment.