Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(dts): use relative baseUrl in tsconfig, closes #611
  • Loading branch information
EGOIST committed Apr 21, 2022
1 parent 009d904 commit df40e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup.ts
Expand Up @@ -154,7 +154,7 @@ const getRollupConfig = async (
dtsPlugin.default({
compilerOptions: {
...compilerOptions,
baseUrl: path.resolve(compilerOptions.baseUrl || '.'),
baseUrl: compilerOptions.baseUrl || '.',
// Ensure ".d.ts" modules are generated
declaration: true,
// Skip ".js" generation
Expand Down

1 comment on commit df40e12

@vercel
Copy link

@vercel vercel bot commented on df40e12 Apr 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsup – ./

tsup.egoist.sh
tsup-egoist.vercel.app
tsup-git-main-egoist.vercel.app
tsup.vercel.app

Please sign in to comment.