We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47946f1 commit 6ae73efCopy full SHA for 6ae73ef
test-workspace/tsc/passedFixtures/#3688/tsconfig.json
test-workspace/tsc/passedFixtures/#3688/main.vue renamed to test-workspace/tsc/passedFixtures/vue3/#3688/main.vue
@@ -1,11 +1,13 @@
1
+<!-- @experimentalResolveStyleCssClasses "always" -->
2
+
3
<template>
4
{{ () => {
5
exactType({} as __VLS_StyleScopedClasses, {} as { 'foo'?: boolean });
6
} }}
7
</template>
8
9
<script setup lang="ts">
-import { exactType } from '../shared';
10
+import { exactType } from '../../shared';
11
</script>
12
13
<style>
0 commit comments