Skip to content

smockoro/typescript-shared-configurations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-shared-configurations

Motivation

When you create a typescript project each time, you need to configure the following settings.

  • TypeScript compilation settings
  • Lint settings for ESLint
  • TypeDoc settings
  • Prettier configuration

This is almost the same for all projects, so we want to use a common definition.

Positioning of this repository

This repository serves three purposes

  • Compilation of each common definition Leading to the repository of each definition from this repository.
  • Common Issue management It is complicated to create issues in each repository, so this is the place to manage them.
  • Common documentation Documentation of the configuration values is kept in this repository.

Link to each common definition

Documents

in docs

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published