Skip to content

Commit 756fae2

Browse files
committed
refactor(language-core): cleanup required compiler options of vue-tsx.ts plugin
1 parent 11a448c commit 756fae2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/language-core/lib/plugins/vue-tsx.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const plugin: VueLanguagePlugin = ctx => {
2020

2121
requiredCompilerOptions: [
2222
'noPropertyAccessFromIndexSignature',
23-
'exactOptionalPropertyTypes',
2423
],
2524

2625
getEmbeddedCodes(fileName, sfc) {

0 commit comments

Comments
 (0)