diff --git a/eslint.config.mjs b/eslint.config.mjs index ed865ee..22e95c5 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -42,7 +42,8 @@ export default [ }, { ignores: [ - "integrations" + "integrations", + "docs" ], } ]; \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index cf026b5..ab2009e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ "skipLibCheck": true, "typeRoots": ["./src/types/overrides"], }, - "exclude": ["integrations"], + "exclude": ["integrations", "docs"], "ts-node": { "files": true }