Skip to content

Commit 127608b

Browse files
committed
fix: fix error message when tsconfig is not found
1 parent 4aebdbf commit 127608b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/typescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default async function build({
7575
}
7676
} else {
7777
throw new Error(
78-
`Couldn't find a ${chalk.blue('tsc')} in the project root.`
78+
`Couldn't find a ${chalk.blue('tsconfig.json')} in the project root.`
7979
);
8080
}
8181

0 commit comments

Comments
 (0)