Skip to content

infokin/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Provides common TypeScript configurations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published