Skip to content

Commit 99454f0

Browse files
authored
Remove duplicate types reference in React template (#12046)
* Remove duplicate types reference * Add changeset
1 parent bbd8a5e commit 99454f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/slick-hands-change.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Remove duplicate references to `./worker-configuration.d.ts` in the React template's `tsconfig.worker.json` file.

packages/create-cloudflare/templates/react/workers/ts/tsconfig.worker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
55
"types": ["./worker-configuration.d.ts", "vite/client"],
66
},
7-
"include": ["./worker-configuration.d.ts", "./worker"]
7+
"include": ["worker"]
88
}

0 commit comments

Comments
 (0)