start backend db

This commit is contained in:
Ishaan Dey
2024-04-16 18:19:34 -04:00
parent a838241ac3
commit 27159a60e6
12 changed files with 4762 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"@cloudflare/workers-types/experimental",
"@cloudflare/vitest-pool-workers"
]
},
"include": ["./**/*.ts", "../src/env.d.ts"],
"exclude": []
}