From 8becd8cf29d109ac1a0296b9cebf14653d17b3af Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 14 May 2024 12:38:03 +0200 Subject: [PATCH] chore: migrate tsconfig to Vue 3 Signed-off-by: Grigorii K. Shartsev --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 3d0d2e67645d..15bacf0881b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,5 @@ "checkJs": false, "allowImportingTsExtensions": true, "lib": ["ESNext"], - }, - "vueCompilerOptions": { - "target": 2.7, } }