From f32e69cf4f8528057bb6c17fde92407e2e16a1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Mon, 26 Aug 2024 13:49:55 +0100 Subject: [PATCH] chore: Tidy up tsconfig.json --- editor.planx.uk/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.planx.uk/tsconfig.json b/editor.planx.uk/tsconfig.json index 687eb7fbe8..c58a398fb0 100644 --- a/editor.planx.uk/tsconfig.json +++ b/editor.planx.uk/tsconfig.json @@ -19,6 +19,6 @@ "typeRoots": ["src/types"], "types": ["vite/client", "vite-plugin-svgr/client"] }, - "include": ["**/*.ts", "**/*.tsx", "./src/setupTests.ts"], + "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] }