Skip to content

Commit

Permalink
Exclude vitest.config.mts from hello world template types (#6333)
Browse files Browse the repository at this point in the history
* Exclude vitest.config.mts from hello world template types

* Create light-guests-return.md
  • Loading branch information
penalosa authored Jul 25, 2024
1 parent 1ee41ff commit affdc56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/light-guests-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

fix: Prevent `@types/node` from being erroneously included in the Hello World Worker typing environment.
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["test"]
"exclude": ["test"],
"include": ["worker-configuration.d.ts", "src/**/*.ts"]
}

0 comments on commit affdc56

Please sign in to comment.