diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index 0163b9ba2..c3ca4e77a 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -7,5 +7,9 @@ "DOM", "DOM.Iterable" ] - } + }, + "include": [ + "src/**/*.tsx", + "e2e/**/*.tsx" + ] } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index ef5615f62..720ffa94a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -37,7 +37,8 @@ "esModuleInterop": true, "strict": true, "resolveJsonModule": true, - "allowJs": true + "allowJs": true, + "skipLibCheck": true }, "exclude": [ "**/dist/**",