@silvermine/typescript-config

A set of TypeScript configuration files for all our Silvermine projects

Usage no npm install needed!

<script type="module">
  import silvermineTypescriptConfig from 'https://cdn.skypack.dev/@silvermine/typescript-config';
</script>

README

Silvermine TypeScript Configuration

What?

Shareable TypeScript configuration files for all Silvermine projects.

Why?

The TypeScript compiler has many options that affect everything from the constructs that are allowed in a project's TypeScript code to the format of the JavaScript that the compiler outputs. Storing this configuration in a single place helps ensure our settings are consistent across projects.

License

This software is released under the MIT license. See the license file for more details.