mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
template: added cloudflare vite hybrid template
This commit is contained in:
8
examples/cloudflare-vite-hybrid/tsconfig.worker.json
Normal file
8
examples/cloudflare-vite-hybrid/tsconfig.worker.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
|
||||
"types": ["vite/client", "./worker-configuration.d.ts"]
|
||||
},
|
||||
"include": ["src/worker", "src/config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user