Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 386 Bytes

tsconfig.json

Video

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):

yarn global add tsconfig.json
# now you don't have to prefix this command with npx!
tsconfig.json