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 sources16d ago| { |
| #2 | "compilerOptions": { |
| #3 | "target": "ES2022", |
| #4 | "module": "ESNext", |
| #5 | "moduleResolution": "bundler", |
| #6 | "lib": ["ES2022", "DOM", "DOM.Iterable"], |
| #7 | "types": ["@cloudflare/workers-types"], |
| #8 | "jsx": "react-jsx", |
| #9 | "strict": true, |
| #10 | "noEmit": true, |
| #11 | "skipLibCheck": true, |
| #12 | "esModuleInterop": true, |
| #13 | "resolveJsonModule": true, |
| #14 | "isolatedModules": true |
| #15 | }, |
| #16 | "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"], |
| #17 | "exclude": ["node_modules"] |
| #18 | } |
| #19 |