We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aebdbf commit 127608bCopy full SHA for 127608b
src/targets/typescript.ts
@@ -75,7 +75,7 @@ export default async function build({
75
}
76
} else {
77
throw new Error(
78
- `Couldn't find a ${chalk.blue('tsc')} in the project root.`
+ `Couldn't find a ${chalk.blue('tsconfig.json')} in the project root.`
79
);
80
81
0 commit comments