tsconfigurator
v2.0.0
Published
* [Online version](https://rauschma.github.io/tsconfigurator/site/)
Downloads
12
Readme
TSConfigurator: generate tsconfig.json
Shell command
Prints a tsconfig.json to standard out. Supports two modes:
tsconfigurator --all: print a tsconfig with everything.tsconfigurator --interactive: ask questions and print a tailored tsconfig.
Run via npx
Print help:
npx tsconfigurator -hRun from inside the repository
Print help:
cd tsconfigurator/
npm install
node src/tsconfigurator.ts -hpackage.json
Don’t forget:
"type": "module"If you use Node.js, you’ll want to install @types/node
