From 226bb6ed09bcf46398cfd7a3c5655ac8a04b5c07 Mon Sep 17 00:00:00 2001 From: Eduard Frankford <e.frankford@student.uibk.ac.at> Date: Thu, 12 May 2022 14:44:19 +0200 Subject: [PATCH] changed compiler options --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a950a3d5c..ace14703a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,7 @@ "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true, + "enableIvy": false, "preserveWhitespaces": true, "types": ["node"] } -- GitLab