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 */