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

chore: improve tsconfig (#180)

authored by

Bruno Rocha and committed by
GitHub
(Jan 8, 2025, 10:20 PM -0600) 9dff6a5a 8093f3c2

+5 -1
+5 -1
tsconfig.json
··· 3 3 "noEmit": true, 4 4 "module": "ESNext", 5 5 "target": "ESNext", 6 - "moduleResolution": "node", 6 + "moduleResolution": "Bundler", 7 + "moduleDetection": "force", 7 8 "strict": true, 8 9 "esModuleInterop": true, 9 10 "forceConsistentCasingInFileNames": true, 10 11 "skipLibCheck": true, 12 + "isolatedModules": true, 13 + "verbatimModuleSyntax": true, 14 + "lib": ["ES2022"], 11 15 "paths": { 12 16 "@clack/core": ["./packages/core/src"] 13 17 }