From 1d3e1cdfbfee68900f3256b3fea6282e88028d62 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 10 Sep 2022 07:47:52 +1200 Subject: [PATCH] chore: make sure that tools are typechecked --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6c339a074..2b4f96ad5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,5 @@ "resolveJsonModule": true, "forceConsistentCasingInFileNames": true }, - "include": ["src/**/*"] + "include": ["src/**/*", "tools/**/*"] }