From 33d13c46490f4bd99a3e75c697914981505da11b Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:05:40 +0100 Subject: [PATCH] chore: excludes --- common/jsconfig.json | 2 +- jsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/jsconfig.json b/common/jsconfig.json index cb4c7be..723cb70 100644 --- a/common/jsconfig.json +++ b/common/jsconfig.json @@ -17,5 +17,5 @@ "types": ["./types.d.ts"], "allowSyntheticDefaultImports": true }, - "exclude": ["node_modules", "dist", "build", "git_modules", "**/node_modules", "**/dist", "**/build", "**/git_modules"] + "exclude": ["node_modules", "dist", "build", "git_modules", "**/node_modules", "**/dist", "**/build", "**/git_modules", "**/node_modules/**", "**/dist/**", "**/build/**", "**/git_modules/**"] } \ No newline at end of file diff --git a/jsconfig.json b/jsconfig.json index 59fb965..02df4e7 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -16,5 +16,5 @@ }, "types": ["@cloudflare/workers-types"], }, - "exclude": ["node_modules", "dist", "build", "git_modules", "**/node_modules", "**/dist", "**/build", "**/git_modules"] + "exclude": ["node_modules", "dist", "build", "git_modules", "**/node_modules", "**/dist", "**/build", "**/git_modules", "**/node_modules/**", "**/dist/**", "**/build/**", "**/git_modules/**"] } \ No newline at end of file