diff --git a/tsconfig.json b/tsconfig.json index 5b88ded..2c146d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,6 @@ "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, - "include": ["lib"] + "include": ["lib"], + "exclude": ["lib/**/*.test.ts", "lib/**/*.spec.ts", "node_modules", "dist"] }