From 72b55f23e2167cd43c39839c64f5ba0d6a135f7a Mon Sep 17 00:00:00 2001 From: Tomek Zawadzki Date: Thu, 27 Jun 2024 09:51:26 +0200 Subject: [PATCH] Update tsconfig.json --- example/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/tsconfig.json b/example/tsconfig.json index 77ef13fc..0e875a5a 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -3,6 +3,6 @@ "compilerOptions": { "strict": true }, - "include": ["src/App.tsx", "./index.ts"], + "include": ["src/App.tsx", "src/testConstants.ts", "./index.ts"], "exclude": ["node_modules"] }