diff --git a/tsconfig.json b/tsconfig.json index 335570c..93f5e91 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,6 +20,6 @@ "declaration": true, "downlevelIteration": true }, - "include": ["src"], + "include": ["src", "test"], "exclude": ["tmp", "temp", "lib", "node_modules"] }