tsconfig-generator

Creates a tsconfig.json by using the paths defined with environment variables

Usage no npm install needed!

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

README

tsconfig-generator

Creates a tsconfig.json file from a template configuration that includes references to environment variables. Use the ${ENV_VARIABLE} pattern for substituting environment variable value.

npm install tsconfig-generator
Usage: index [options]

  Options:

    -V, --version              output the version number
    -i, --input [inputFile]    Specifies the path of the input JSON file
    -o, --output [outputFile]  Specifies the path of the output JSON file
    -h, --help                 output usage information