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

refactor: remove duplicated types (#253)

authored by

Bjorn Lu and committed by
GitHub
(Mar 29, 2025, 11:50 AM -0600) 9cf1cc37 a36292bd

+5 -5
+1 -1
build.preset.ts
··· 3 3 // @see https://github.com/unjs/unbuild 4 4 export default definePreset({ 5 5 clean: true, 6 - declaration: true, 6 + declaration: 'node16', 7 7 sourcemap: true, 8 8 rollup: { 9 9 emitCJS: false,
+2 -2
packages/core/package.json
··· 6 6 "module": "./dist/index.mjs", 7 7 "exports": { 8 8 ".": { 9 - "types": "./dist/index.d.ts", 9 + "types": "./dist/index.d.mts", 10 10 "default": "./dist/index.mjs" 11 11 }, 12 12 "./package.json": "./package.json" 13 13 }, 14 - "types": "./dist/index.d.ts", 14 + "types": "./dist/index.d.mts", 15 15 "repository": { 16 16 "type": "git", 17 17 "url": "git+https://github.com/bombshell-dev/clack.git",
+2 -2
packages/prompts/package.json
··· 6 6 "module": "./dist/index.mjs", 7 7 "exports": { 8 8 ".": { 9 - "types": "./dist/index.d.ts", 9 + "types": "./dist/index.d.mts", 10 10 "default": "./dist/index.mjs" 11 11 }, 12 12 "./package.json": "./package.json" 13 13 }, 14 - "types": "./dist/index.d.ts", 14 + "types": "./dist/index.d.mts", 15 15 "repository": { 16 16 "type": "git", 17 17 "url": "git+https://github.com/bombshell-dev/clack.git",