diff --git a/tsconfig.json b/tsconfig.json index e09cfff..dfc1303 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,6 @@ "outDir": "dist", "sourceMap": true }, - "include": ["src"] + "include": ["src"], + "exclude": ["**/__tests__/*/**", "**/__mocks__/*/**"] }