From 9250be8a1b0b5a6478130a0fd6a832754ac863b0 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:52:02 +0000 Subject: Configure no-unused-vars plugin --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 04d1033..4477ab2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "module": "es2020", "moduleResolution": "node", "allowSyntheticDefaultImports": true, - "strict": true + "strict": false }, "include": ["./app/**/*.ts"], } -- cgit v1.2.3-70-g09d2