diff --git a/tsconfig.json b/tsconfig.json index c8b699b30f8d..72ddf3d67362 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,8 @@ "include": [ "public/bundles", "frontend/types.d.ts" + ], + "exclude": [ + "**/*.unit.*" ] }