mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
template: added cloudflare vite code template
This commit is contained in:
@@ -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