diff --git a/tsconfig.json b/tsconfig.json index c6aae88..5527e68 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "outDir": "dist" }, "exclude": ["node_modules"], - "include": ["./src/**/*.ts", "./*.d.ts", "./tests/**/*.ts"], + "include": ["./src/**/*.ts", "./*.d.ts"], }