create-app tsconfig

This commit is contained in:
Fabian Chong
2020-09-05 15:58:34 +08:00
parent 03dddececb
commit 4f17235926
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -19,5 +19,6 @@ import { paths } from '../../lib/paths';
export default async function clean() {
await fs.remove(paths.resolveTarget('dist'));
await fs.remove(paths.resolveTarget('dist-types'));
await fs.remove(paths.resolveTarget('coverage'));
}