Skip to content

Commit

Permalink
fix(cli): remove unused file and make the gitignore dashed file for c…
Browse files Browse the repository at this point in the history
…li. Add the tsconfig remove when user use js
  • Loading branch information
JeremyDolle committed Mar 2, 2023
1 parent 48baf9b commit f1eefe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/plugins/compile-js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {

console.log('🌀 Removing types ...');
await execSync('rm -rf @types', { stdio: 'pipe' });
await execSync('rm src/tsconfig.json', { stdio: 'pipe' });
await execSync('rm tsconfig.json', { stdio: 'pipe' });
}
resolve();
});
Expand Down

0 comments on commit f1eefe0

Please sign in to comment.