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 3cab842 commit df87b59Copy full SHA for df87b59
src/index.ts
@@ -97,7 +97,7 @@ export function build(): void {
97
info(`Found typescript@${typescript.version} at ${typescript.path}`);
98
info(`Copy typescript@${typescript.version} to ${unleashedDirectory}`);
99
100
- copySync(typescript.path, unleashedDirectory, { overwrite: forcePatchFlag });
+ copySync(typescript.path, unleashedDirectory, { overwrite: true });
101
writeJSONSync(unleashedJSON, typescript);
102
103
// Apply all rules
0 commit comments