tsconfig.json-helper

TsConfig.json files serving as boilerplate for multiple frameworks like React, NodeJs and React Native

Usage no npm install needed!

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

README

Ts Config Json Helper

A Node Package Manager module that you can run on your CLI and get the ready to go configured typscript json file.

Use the command in your terminal.

npm i tsconfig.json-helper

After that choose the framwork , for configuring the json file. Currently, the npm module supports :-

  • React Js
  • Node Js
  • React Native

The file with the name tsconfig.json will be added at your source directory.