UNPKG

tsconfig.json

Version:

Quickly create an opinionated tsconfig.json

19 lines (14 loc) 386 B
# tsconfig.json [Video](https://www.youtube.com/watch?v=0xjfkl9nODQ&ab_channel=BenAwad) ## Usage Install as a dev dependency on a particular project: ``` yarn add -D tsconfig.json npx tsconfig.json ``` Install globally(recommended if you are using typescript very often): ```bash yarn global add tsconfig.json # now you don't have to prefix this command with npx! tsconfig.json ```