mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
template: added cloudflare vite hybrid template
This commit is contained in:
11
examples/cloudflare-vite-hybrid/tsconfig.json
Normal file
11
examples/cloudflare-vite-hybrid/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./tsconfig.app.json" },
|
||||
{ "path": "./tsconfig.node.json" },
|
||||
{ "path": "./tsconfig.worker.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"types": ["./worker-configuration.d.ts", "./bknd-types.d.ts", "node"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user