From a6f54cb589b680d70a5ea0c88fe7e06dea9247fe Mon Sep 17 00:00:00 2001 From: nimec01 <24428341+nimec01@users.noreply.github.com> Date: Sun, 22 Sep 2024 16:39:27 +0200 Subject: [PATCH] fix: hopefully fix tests --- tests/react/tsconfig.json | 1 + tests/typescript/tsconfig.json | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/react/tsconfig.json b/tests/react/tsconfig.json index 8650af9..61c90bb 100644 --- a/tests/react/tsconfig.json +++ b/tests/react/tsconfig.json @@ -1,4 +1,5 @@ { + "include": ["*.ts", "*.tsx", "*.jsx"], "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */ diff --git a/tests/typescript/tsconfig.json b/tests/typescript/tsconfig.json index a9e70f1..7ed04f9 100644 --- a/tests/typescript/tsconfig.json +++ b/tests/typescript/tsconfig.json @@ -1,4 +1,5 @@ { + "include": ["*.ts", "*.tsx"], "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */