tsconfig.json

Quickly create an opinionated tsconfig.json

Usage no npm install needed!

<script type="module">
  import tsconfigJson from 'https://cdn.skypack.dev/tsconfig.json';
</script>

README

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