2.0.0 • Published 1 year ago

@do-ob/ts-config v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

TypeScript ESM Configuration

A standard base configuration for modern TypeScript ESM projects in the do-ob organization. Ideal for libraries or applications.

Installation

Install the configuration package with NPM or PNPM.

npm install -D @do-ob/ts-config
pnpm add -D @do-ob/ts-config

Extend the package's tsconfig.json.

{
  "extends": "@do-ob/ts-config"
}
2.0.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago