From 108643c9e4426c00e67feb56c186b7ab2ee87e79 Mon Sep 17 00:00:00 2001 From: Settel Date: Thu, 1 Sep 2022 19:21:13 +0200 Subject: [PATCH] chores: enabled typescript strict mode --- client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index 8ff371f..2f85744 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -5,7 +5,7 @@ ], "extends": "./.nuxt/tsconfig.json", "compilerOptions": { - "strict": false, + "strict": true, "plugins": [ { "name": "typescript-strict-plugin"