Skip to content

Commit f1eefe0

Browse files
committed
fix(cli): remove unused file and make the gitignore dashed file for cli. Add the tsconfig remove when user use js
1 parent 48baf9b commit f1eefe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/plugins/compile-js/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939

4040
console.log('🌀 Removing types ...');
4141
await execSync('rm -rf @types', { stdio: 'pipe' });
42-
await execSync('rm src/tsconfig.json', { stdio: 'pipe' });
42+
await execSync('rm tsconfig.json', { stdio: 'pipe' });
4343
}
4444
resolve();
4545
});

0 commit comments

Comments
 (0)