[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
Something went wrong. Try again.
1234567891011121314{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "lib": ["ESNext"], "types": ["@cloudflare/workers-types"], "strict": true, "noEmit": true, "isolatedModules": true }, "include": ["src"]}