diff --git a/cf/tsconfig.json b/cf/tsconfig.json index c8c17bb..2fb69c9 100644 --- a/cf/tsconfig.json +++ b/cf/tsconfig.json @@ -4,6 +4,6 @@ "compilerOptions": { "types": ["@cloudflare/workers-types"] }, - "include": ["*.ts", "../lib/declarations.d.ts"], + "include": ["*.ts"], "exclude": ["*.test.ts"] } diff --git a/lib/tsconfig.json b/lib/tsconfig.json index fd5c642..96cc119 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -13,5 +13,5 @@ "types": [] }, "include": ["*.ts"], - "exclude": ["*.test.ts"] + "exclude": ["*.test.ts", "declarations.d.ts"] }