diff --git a/tsconfig.json b/tsconfig.json index 04df3a6..cb524d9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,6 +29,6 @@ "esModuleInterop": true // "noImplicitReturns": true }, - "include": ["src", "tests", "package.json"], + "include": ["src", "package.json"], "exclude": ["dist", "node_modules"] }