UNPKG

@consensys/create-web3-app

Version:

CLI tool for generating Web3 starter projects, streamlining the setup of monorepo structures with a frontend (Next.js or React) and blockchain tooling (HardHat or Foundry). It leverages the commander library for command-line interactions and guides users

20 lines (19 loc) 549 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Node LTS", "_version": "20.1.0", "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], "module": "node16", "target": "es5", "strict": true, "outDir": "dist", "esModuleInterop": true, "resolveJsonModule": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" }, "include": ["**/*.ts", "**/*.tsx", "types.d.ts", "src"], "exclude": ["node_modules", "dist", "src/legacy_code"] }