From cb2713499695ea595b6ef26d92e2b9ffe29649d9 Mon Sep 17 00:00:00 2001 From: James Cook Date: Sun, 10 Apr 2022 12:31:05 +0100 Subject: [PATCH] chore: exclude tests directory --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f635de8..ad5c8b8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -88,5 +88,6 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ // "skipLibCheck": true /* Skip type checking all .d.ts files. */ - } + }, + "exclude": ["tests", "dist"] }