diff --git a/tsconfig.json b/tsconfig.json index 234339b..ffd5668 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,5 +30,5 @@ "esModuleInterop": true // "noImplicitReturns": true }, - "include": ["src", "package.json", "reset.d.ts"] + "include": ["src", "tests", "package.json", "reset.d.ts"] }