@infokin/tsconfig

Provides common TypeScript configurations.

Usage no npm install needed!

<script type="module">
  import infokinTsconfig from 'https://cdn.skypack.dev/@infokin/tsconfig';
</script>

README

TypeScript configuration

This package provides common TypeScript configurations.

Usage

First, install this package via:

npm install @infokin/tsconfig --save-dev

After the installation, extend from a configuration provided by this package in your project's tsconfig.json file like this:

{
  "extends": "@infokin/tsconfig"
}

Use the Angular specific TypeScript configuration in your tsconfig.json like this:

{
  "extends": "@infokin/tsconfig/angular"
}

Additional information

For more information on the TypeScript configuration see: TSConfig Reference

For more information on the Angular specific configuration see: Template type checking and Angular compiler options

Bugs & Issues

Something is not working as intended? Please report bugs or issues on the corresponding GitHub page.

Author

Johannes Hillert (GitHub)

License

Copyright (c) 2021 Johannes Hillert. Licensed under the MIT license, see the included LICENSE file for details.