diff --git a/tsconfig.json b/tsconfig.json index 0e7b542..c1ef65d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,6 @@ "declaration": true, "forceConsistentCasingInFileNames": true, }, - "exclude": ["node_modules", "tests", "dist"], + "exclude": ["node_modules", "dist"], "include": ["src"], }