From f200b8b1eae9f1ce46e5526604ce6b3e0f32fe89 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 Jul 2024 16:06:46 +0200 Subject: [PATCH] Update root config --- eslint.config.mjs | 3 ++- tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 }