Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Nov 29, 2023
1 parent 8e6cb5d commit 1b29b1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test-workspace/tsc/vue3/#3732/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { exactType } from '../../shared';
import Comp from './Comp.vue';
import child from './child.vue';
import child2 from './child2.vue';

exactType(Comp, 1);
exactType(child, 1);
exactType(child2, 1);

0 comments on commit 1b29b1f

Please sign in to comment.