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 48baf9b commit f1eefe0Copy full SHA for f1eefe0
template/plugins/compile-js/plugin.js
@@ -39,7 +39,7 @@ module.exports = {
39
40
console.log('🌀 Removing types ...');
41
await execSync('rm -rf @types', { stdio: 'pipe' });
42
- await execSync('rm src/tsconfig.json', { stdio: 'pipe' });
+ await execSync('rm tsconfig.json', { stdio: 'pipe' });
43
}
44
resolve();
45
});
0 commit comments