From 3a2a683e4fadefaa473093221f7c8c54e53811c4 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 10 Sep 2022 07:55:28 +1200 Subject: [PATCH] chore: make sure that tools are typechecked (#1239) --- 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/**/*"] }