repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources15d ago| { |
| #2 | "compilerOptions": { |
| #3 | "target": "ES2022", |
| #4 | "module": "ESNext", |
| #5 | "moduleResolution": "bundler", |
| #6 | "lib": ["ES2022"], |
| #7 | "types": ["@cloudflare/workers-types"], |
| #8 | "strict": true, |
| #9 | "noEmit": true, |
| #10 | "skipLibCheck": true, |
| #11 | "allowSyntheticDefaultImports": true, |
| #12 | "forceConsistentCasingInFileNames": true, |
| #13 | "resolveJsonModule": true, |
| #14 | "isolatedModules": true |
| #15 | }, |
| #16 | "include": ["src/**/*"], |
| #17 | "exclude": ["node_modules"] |
| #18 | } |
| #19 |