0.3.0 • Published 10 months ago

@mcous/typescript-config v0.3.0

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

@mcous/typescript-config

My common TypeScript configuration.

Install

pnpm add --save-dev typescript @mcous/typescript-config

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.3.0

10 months ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago