Skip to content

Commit

Permalink
Fix the included file in tests for the hello world template (#6410)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored Nov 25, 2024
1 parent 3cdf0e8 commit c808590
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lemon-badgers-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

Fix the test tsconfig file in the hello-world typescript template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"compilerOptions": {
"types": ["@cloudflare/workers-types/experimental", "@cloudflare/vitest-pool-workers"]
},
"include": ["./**/*.ts", "../src/env.d.ts"],
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
"exclude": []
}

0 comments on commit c808590

Please sign in to comment.