@mcous/typescript-config

0.2.1 • Public • Published

@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`
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @mcous/typescript-config

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

3.38 kB

Total Files

4

Last publish

Collaborators

  • mcous