tsconfck

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

dev

pnpm run 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 run 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

lint:fix

pnpm run lint -- --fix

changelog

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

format:fix

pnpm run format -- --write

test:watch

pnpm test; watchlist tests src -- pnpm test

release:dry

pnpm run release -- --dry

test:report

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

test:coverage

c8 --include=src --clean pnpm run test

Metadata

  • MIT
  • ^12.20 || ^14.13.1 || >= 16
  • Unknown
  • released 1/26/2022

Downloads

Maintainers