From 33330f0bdaf05e20b6d4145aa85b66e908aeb927 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:17:33 +0100 Subject: [PATCH] chore: lint --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7c19530..4f057b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,8 +7,8 @@ "resolveJsonModule": true, "skipLibCheck": true, "alwaysStrict": false, - "strict": true, + "strict": true }, "include": ["src", "typings", "node_modules/zotero-types"], - "exclude": ["build", "addon", "test"], + "exclude": ["build", "addon", "test"] }