[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
5

Configure Feed

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

[ci] format

authored by

natemoo-re and committed by
github-actions[bot]
(Mar 5, 2023, 8:51 PM UTC) 43ceebbb f60f71d6

+2 -4
+2 -4
tsconfig.json
··· 7 7 "strict": true, 8 8 "esModuleInterop": true, 9 9 "forceConsistentCasingInFileNames": true, 10 - "skipLibCheck": true, 10 + "skipLibCheck": true 11 11 }, 12 - "include": [ 13 - "packages" 14 - ] 12 + "include": ["packages"] 15 13 }