From 1a46a171ca79341ed387fb93f076f69acdfc94ee Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 12 Oct 2022 20:20:46 +0200 Subject: [PATCH] Update tsconfig to fix b-form-radio error --- tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 1765e724..14bb7656 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -40,6 +40,11 @@ "compatConfig": { "MODE": 2 } // optional + }, + "experimentalModelPropName": { + "": { + "b-form-radio": true + }, } } }