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