[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
0

Configure Feed

Select the types of activity you want to include in your feed.

clack / tsconfig.json
307 B 14 lines
1{ 2 "compilerOptions": { 3 "module": "ESNext", 4 "target": "ESNext", 5 "declaration": true, 6 "moduleResolution": "node", 7 "emitDeclarationOnly": true, 8 "strict": true, 9 "esModuleInterop": true, 10 "forceConsistentCasingInFileNames": true, 11 "allowJs": true, 12 "types": ["node"] 13 } 14}