Skip to content

Commit

Permalink
feat: load tsup config in parent directory until it reaches root, closes
Browse files Browse the repository at this point in the history
 #378

skip-release
  • Loading branch information
egoist committed Nov 25, 2021
1 parent 531a05e commit 325b254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/load.ts
Expand Up @@ -46,7 +46,7 @@ export async function loadTsupConfig(
'package.json',
],
cwd,
path.dirname(cwd)
path.parse(cwd).root
)

if (configPath) {
Expand Down

1 comment on commit 325b254

@vercel
Copy link

@vercel vercel bot commented on 325b254 Nov 25, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.