0.2.0 • Published 11 months ago

@elinzy/e-tsconfig v0.2.0

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

@elinzy/e-tsconfig

TypeScript configuration for e

Installation

npm install -D @elinzy/e-tsconfig typescript

Usage

Create the following tsconfig.json file:

Base (Runtime-agnostic)

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

or,

{
  "extends": "@elinzy/tsconfig/tsconfig.json"
}

Browser Environment

{
  "extends": "@elinzy/tsconfig/tsconfig.dom.json"
}

Lib

{
  "extends": "@elinzy/tsconfig/tsconfig.lib.json"
}

Recommended

{
  "extends": "@elinzy/tsconfig/tsconfig.recommended.json"
}

License

MIT

0.2.0

11 months ago

0.1.1

11 months ago