From 9138ca33c0e5b05de1b8dc2b8475cd82fd0ffc06 Mon Sep 17 00:00:00 2001 From: jqkk Date: Thu, 16 Nov 2023 19:24:34 +0900 Subject: [PATCH] fix(example): resolve type error --- examples/react-testing-lib-msw/tsconfig.json | 2 +- examples/react-testing-lib/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/react-testing-lib-msw/tsconfig.json b/examples/react-testing-lib-msw/tsconfig.json index 4f27c00fc156..379b732f5fa6 100644 --- a/examples/react-testing-lib-msw/tsconfig.json +++ b/examples/react-testing-lib-msw/tsconfig.json @@ -17,5 +17,5 @@ "isolatedModules": true, "skipLibCheck": false }, - "include": ["./src"] + "include": ["./src", ".src/test/setup.ts"] } diff --git a/examples/react-testing-lib/tsconfig.json b/examples/react-testing-lib/tsconfig.json index 4f27c00fc156..379b732f5fa6 100644 --- a/examples/react-testing-lib/tsconfig.json +++ b/examples/react-testing-lib/tsconfig.json @@ -17,5 +17,5 @@ "isolatedModules": true, "skipLibCheck": false }, - "include": ["./src"] + "include": ["./src", ".src/test/setup.ts"] }