diff --git a/react/tsconfig.json b/react/tsconfig.json index 273b350..fe3f4a9 100644 --- a/react/tsconfig.json +++ b/react/tsconfig.json @@ -26,6 +26,6 @@ "typeAcquisition": { "enable": false }, - "exclude": ["node_modules"], + "exclude": ["node_modules", "./**/*__mocks__", "./**/*__tests__"], "include": ["./typings/*.d.ts", "./**/*.tsx"] }