From 53c9a9bc9c466d3182b8374a5c1b2562c68a65a6 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 17 Oct 2022 15:49:02 +0200 Subject: [PATCH] jsx templates --- tsconfig.app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 67aa6abf7..cf027777d 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -18,6 +18,7 @@ } }, "vueCompilerOptions": { - "strictTemplates": true + // "strictTemplates": true + "jsxTemplates": true } } \ No newline at end of file