Skip to content

Commit 50b167e

Browse files
committed
test: move
1 parent 39000df commit 50b167e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test-workspace/tsc/passedFixtures/vue3/#5111/main.vue renamed to test-workspace/tsc/passedFixtures/#5111/main.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts" setup>
2-
import { exactType } from '../../shared';
2+
import { exactType } from '../shared';
33
44
declare module 'vue' {
55
interface ComponentCustomProperties {
@@ -12,4 +12,4 @@ declare module 'vue' {
1212

1313
<template>
1414
{{ exactType($attrs.global, {} as string) }}
15-
</template>
15+
</template>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": "../../../tsconfig.base.json",
3+
"include": [ "**/*" ]
4+
}

0 commit comments

Comments
 (0)