scaffold project

This commit is contained in:
Abel Luck 2026-02-26 10:16:34 +01:00
parent 3fbfa40360
commit aa13287f67
18 changed files with 14239 additions and 2 deletions

View file

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