2.0.1 • Published 9 months ago

@infokin/tsconfig v2.0.1

Weekly downloads
82
License
MIT
Repository
github
Last release
9 months ago

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

If you encounter any issues or bugs, we would appreciate it if you could report them on the corresponding GitHub page. Thank you for your help in improving this project.

Author

Johannes Hillert (GitHub)

License

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

2.0.1

9 months ago

1.2.0

1 year ago

1.1.3

1 year ago

2.0.0

1 year ago

1.1.2

2 years ago

1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago