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 | "$schema": "https://json.schemastore.org/tsconfig", |
| #3 | "compilerOptions": { |
| #4 | "target": "ES2018", |
| #5 | "module": "ESNext", |
| #6 | "lib": ["dom", "ES2021", "dom.iterable"], |
| #7 | "declaration": true, |
| #8 | "declarationMap": true, |
| #9 | "sourceMap": true, |
| #10 | "outDir": "./dist", |
| #11 | "rootDir": "./src", |
| #12 | "strict": true, |
| #13 | "moduleResolution": "node", |
| #14 | "esModuleInterop": true, |
| #15 | "skipLibCheck": true, |
| #16 | "forceConsistentCasingInFileNames": true, |
| #17 | "resolveJsonModule": true, |
| #18 | "composite": false, |
| #19 | "types": ["@types/node"], |
| #20 | "jsx": "react-jsx", |
| #21 | "noUnusedLocals": false, |
| #22 | "noUnusedParameters": false, |
| #23 | "preserveWatchOutput": true, |
| #24 | "inlineSources": false, |
| #25 | "isolatedModules": true, |
| #26 | "stripInternal": true, |
| #27 | "paths": { |
| #28 | "@/*": ["./src/*"] |
| #29 | } |
| #30 | }, |
| #31 | "include": ["src/**/*"], |
| #32 | "exclude": ["node_modules", "dist", "**/*.test.ts"] |
| #33 | } |
| #34 |