From 7a215a2cf12791ca26aa6c42a8044acacd82a9d4 Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 15 Sep 2023 09:25:10 -0400 Subject: [PATCH] tsconfig.json includes all src --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 15dd995a..056693ab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,6 @@ "isolatedModules": true, "jsx": "react-jsx" }, - "include": ["src/index.ts"], + "include": ["src"], "exclude": ["node_modules", "**/*.test.ts"] }