Skip to content

Latest commit

History

History
51 lines (28 loc) 路 589 Bytes

README.md

File metadata and controls

51 lines (28 loc) 路 589 Bytes

tsconfig

Sharable TypeScript config.

Usage

tsconfig.json

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

Configs

Default

@package/tsconfig

Use with any TypeScript project.

Bin

@package/tsconfig/bin

Use with executables.

Lib

@package/tsconfig/lib

Use with libraries.

Node

@package/tsconfig/node

Use with node applications.

Web

@package/tsconfig/web

Use with web applications.

Web Lib

@package/tsconfig/web-lib

Use with libraries for web applications.