tsconfck

v2.1.2
A utility to work with tsconfig.json without typescript
typescript tsconfig tsconfig.json

dev

pnpm build:ci --watch src

lint

eslint --ignore-path .gitignore '**/*.{cjs,js,ts,md}'

test

node --experimental-loader tsm node_modules/uvu/bin.js tests -i fixtures -i temp -i util/

build

pnpm build:ci --dts --sourcemap && node scripts/generate-api-docs.js

fixup

run-s lint:fix format:fix

format

prettier --ignore-path .gitignore '**/*.{cjs,js,ts,md}' --check

release

node scripts/release.js

build:ci

rimraf dist && tsup-node src/index.ts --format esm,cjs --no-splitting --target node14.13.1

lint:fix

pnpm lint --fix

changelog

conventional-changelog -p angular -i CHANGELOG.md -s -l tsconfck

format:fix

pnpm format --write

test:watch

pnpm test; watchlist tests src -- pnpm test

release:dry

pnpm release --dry

test:report

c8 report --reporter=text-lcov > coverage/coverage.lcov

release:next

pnpm release --next

test:coverage

c8 --include=src --clean pnpm test

Metadata

  • MIT
  • ^14.13.1 || ^16 || >=18
  • dominikg
  • released 7/15/2023

Downloads

Maintainers