diff --git a/tsconfig.build.json b/tsconfig.build.json index 31b4bd0..eda3bca 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,5 +5,5 @@ "noEmit": false }, "include": ["src/**/*"], - "exclude": ["node_modules", "tests"] + "exclude": ["node_modules", "test"] }