diff --git a/tsconfig.json b/tsconfig.json index f5f96a0d..1c974407 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,11 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "resolveJsonModule": true, - "skipLibCheck": true, + "skipLibCheck": true }, + "exclude": [ + "src/__tests__/**", + "**/*.spec.ts", + "**/*.test.ts" + ] }