2.0.0 • Published 12 months ago

tsconfig-seek v2.0.0

Weekly downloads
5,587
License
MIT
Repository
github
Last release
12 months ago

npm Test Release

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.

2.0.0

12 months ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago