Add files via upload

This commit is contained in:
mskatoni
2026-04-25 16:14:32 +08:00
committed by GitHub
parent 09fc1c4364
commit 1a4d05d8c1
17 changed files with 3414 additions and 126 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": [],
"baseUrl": ".",
// Local JS emission only; Cloudflare deploys from wrangler.jsonc -> src/index.ts.
"outDir": "dist"
},
"include": ["src/**/*.ts", "src/**/*.d.ts"]
}