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| #1 | { |
| #2 | "compilerOptions": { |
| #3 | "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", |
| #4 | "target": "ES2020", |
| #5 | "useDefineForClassFields": true, |
| #6 | "lib": ["ES2020", "DOM", "DOM.Iterable"], |
| #7 | "module": "ESNext", |
| #8 | "skipLibCheck": true, |
| #9 | "baseUrl": ".", |
| #10 | "paths": { |
| #11 | "@/*": [ |
| #12 | "./src/*" |
| #13 | ] |
| #14 | }, |
| #15 | |
| #16 | /* Bundler mode */ |
| #17 | "moduleResolution": "Bundler", |
| #18 | "allowImportingTsExtensions": true, |
| #19 | "isolatedModules": true, |
| #20 | "moduleDetection": "force", |
| #21 | "noEmit": true, |
| #22 | "jsx": "react-jsx", |
| #23 | |
| #24 | /* Linting */ |
| #25 | "strict": true, |
| #26 | "noUnusedLocals": true, |
| #27 | "noUnusedParameters": true, |
| #28 | "noFallthroughCasesInSwitch": true, |
| #29 | "noUncheckedSideEffectImports": true |
| #30 | }, |
| #31 | "include": ["src"] |
| #32 | } |
| #33 |