0.2.1 • Published 7 months ago

@mcous/typescript-config v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@mcous/typescript-config

My common TypeScript configuration.

Install

npm install --save-dev @mcous/typescript-config typescript

Usage

Use the base config for generic TypeScript projects, including code that runs natively in Node.js or isomorphically, in both Node.js and the browser.

// tsconfig.json
{
  "extends": "@mcous/typescript-config/base.json",
  "compilerOptions": {
    // ...project specific options, like `module` and `target`
  }
}
0.2.1

7 months ago

0.2.0

10 months ago

0.1.0

12 months ago