diff --git a/packages/app-mobile/tsconfig.json b/packages/app-mobile/tsconfig.json index c9bbcbd91..306938e4f 100644 --- a/packages/app-mobile/tsconfig.json +++ b/packages/app-mobile/tsconfig.json @@ -7,8 +7,6 @@ "exclude": [ //Files that don't need transpilation "**/node_modules", - "**/*.test.ts", - "**/*.test.tsx", "gulpfile.ts", "tools/*.ts", ], diff --git a/packages/renderer/tsconfig.json b/packages/renderer/tsconfig.json index ffe03e95e..bf8fde0f3 100644 --- a/packages/renderer/tsconfig.json +++ b/packages/renderer/tsconfig.json @@ -5,7 +5,6 @@ "**/*.tsx", ], "exclude": [ - "**/node_modules", - "**/*.test.ts", + "**/node_modules" ], } \ No newline at end of file