From 49f2bcc85de74944ae0ebd70ee46ce720441c850 Mon Sep 17 00:00:00 2001 From: jerlendds Date: Sun, 29 Oct 2023 22:50:11 -0600 Subject: [PATCH] Fix whitespace in tsconfig --- frontend/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 81712a0..22044ed 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -20,7 +20,6 @@ "typeRoots": ["./node_modules/@types", "./src/@types"], "types": ["jest", "node"] }, - "include": ["src"], "extends": "./tsconfig.paths.json" }