From e8843ded5bf1f3d97b735ffe8f8553de46f9b18b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 2 Jun 2023 15:01:04 -0500 Subject: Fix a bunch of type errors and add a type-check to the github workflows (#837) * Add yarn type-check * Rename to yarn typecheck * Fix a collection of type errors * Add typecheck to automated tests * add `dist` to exluded folders tsconfig --------- Co-authored-by: Ansh Nanda --- tsconfig.check.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tsconfig.check.json (limited to 'tsconfig.check.json') diff --git a/tsconfig.check.json b/tsconfig.check.json new file mode 100644 index 000000000..f2e29bbb7 --- /dev/null +++ b/tsconfig.check.json @@ -0,0 +1,4 @@ +{ + "extends": "./tsconfig.json", + "exclude": ["__e2e__", "dist"], +} -- cgit 1.4.1