0.0.4 â€ĸ Published 1 year ago

tsconfig-checker v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tsconfig-checker

An optionated tsconfig checker

This package provides a tool for checking the validity of TypeScript configuration files (tsconfig.json).

🌟 Features

  • enable / disable compilerOptions.paths option and filters

đŸ’ŋ Installation

Local

# npm
npm install tsconfig-checker --save-dev

# pnpm
pnpm add --save-dev tsconfig-checker

# bum
bun add --dev tsconfig-checker

Global

# npm
npm install --global tsconfig-checker

# pnpm
pnpm add --global tsconfig-checker

# bum
bun add --global tsconfig-checker

🚀 Usage

USAGE tsconfig-checker [OPTIONS]

OPTIONS

  --paths="true"    allow 'compilerOptions.paths' option, if you can disable it, specify 'false'

filtering for checking

paths option:

# allow 'path/to/**' key on `compilerOptions.paths`
tsconfig-checker --paths="["/path/to/**"]"

ÂŠī¸ License

MIT

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago