diff --git a/tsconfig.json b/tsconfig.json index cead8687c..20d08e4b1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,6 @@ "moduleResolution": "node", "experimentalDecorators": true, "allowSyntheticDefaultImports": true - } + }, + "exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"] }