diff --git a/template/plugins/compile-js/plugin.js b/template/plugins/compile-js/plugin.js index cd0aac7d..c47932cf 100644 --- a/template/plugins/compile-js/plugin.js +++ b/template/plugins/compile-js/plugin.js @@ -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(); });