From 302db31cdf8b5572abe5752e63326ee377d7bdc4 Mon Sep 17 00:00:00 2001 From: Gustav Eikaas Date: Thu, 25 Apr 2024 10:34:08 +0200 Subject: [PATCH] hotfix --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index c87319058..a6282c8c7 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -2,7 +2,7 @@ "compileOnSave": false, "compilerOptions": { "rootDir": ".", - "strict": true + "strict": true, "baseUrl": ".", "sourceMap": false, "declaration": true,