@samuelmeuli/tsconfig

1.0.0 • Public • Published

tsconfig

This is the shared TypeScript configuration for my projects.

Install

Install the package using NPM:

yarn add --dev @samuelmeuli/tsconfig

Usage

Create the tsconfig.json file in your project root:

{
  "extends": "@samuelmeuli/tsconfig"
}

The default configuration can be overridden or extended:

{
  "extends": "@samuelmeuli/tsconfig",
  "compilerOptions": {
    "module": "ES6"
  }
}

Package Sidebar

Install

npm i @samuelmeuli/tsconfig

Weekly Downloads

35

Version

1.0.0

License

MIT

Unpacked Size

3.05 kB

Total Files

5

Last publish

Collaborators

  • samuelmeuli