From 02cc3a2a927baebeac7c02da76d126e18fbc229d Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 14 May 2024 12:38:03 +0200 Subject: [PATCH] chore(vue3): migrate tsconfig to Vue 3 - allows props to match native html attributes, like NcHeaderButton 'aria-label' Signed-off-by: Grigorii K. Shartsev Signed-off-by: Maksim Sukharev --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dce2488dc..e739025fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,6 @@ "types": [], }, "vueCompilerOptions": { - "target": 2.7, + "htmlAttributes": [], } }