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.
2 parents ce5cea2 + c5628c0 commit baef6c9Copy full SHA for baef6c9
lib/cli.ts
@@ -102,7 +102,7 @@ const main = () => {
102
return tsr({
103
entrypoints: parsed._.map((entrypoint) => new RegExp(entrypoint)),
104
mode: parsed.write ? 'write' : 'check',
105
- configFile: parsed.project ?? undefined,
+ configFile: parsed.project || 'tsconfig.json',
106
recursive: parsed.recursive,
107
includeDts: parsed['include-d-ts'],
108
}).catch((error) => {
0 commit comments