Skip to content

Commit

Permalink
test: move
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Jan 7, 2025
1 parent 39000df commit 50b167e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { exactType } from '../../shared';
import { exactType } from '../shared';
declare module 'vue' {
interface ComponentCustomProperties {
Expand All @@ -12,4 +12,4 @@ declare module 'vue' {

<template>
{{ exactType($attrs.global, {} as string) }}
</template>
</template>
4 changes: 4 additions & 0 deletions test-workspace/tsc/passedFixtures/#5111/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../../../tsconfig.base.json",
"include": [ "**/*" ]
}

0 comments on commit 50b167e

Please sign in to comment.