chore(vue3): migrate tsconfig to Vue 3

- allows props to match native html attributes, like NcHeaderButton 'aria-label'

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Grigorii K. Shartsev
2024-05-14 12:38:03 +02:00
committed by Maksim Sukharev
parent b8c6bdfce7
commit 02cc3a2a92

View File

@ -12,6 +12,6 @@
"types": [],
},
"vueCompilerOptions": {
"target": 2.7,
"htmlAttributes": [],
}
}