Skip to content

trevorgk/tsconfig-seek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status npm semantic-release Commitizen friendly

tsconfig-seek

This package includes the shareable tsconfig configuration used by SEEK.

Usage

First, install this package and make sure you use typescript v3.2+.

Then create a file named tsconfig.json in the root folder of your project:

{
  "extends": "tsconfig-seek",
  "include": ["src/**/*.ts"],
  "compilerOptions": {
    // Override certain options on a project-by-project basis.
    "module": "es2015"
  }
}

For configuration options refer to official guide and config schema.

License

MIT.

About

Sharable tsconfig used by SEEK

Resources

License

Stars

Watchers

Forks

Packages

No packages published