Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 561 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 561 Bytes

do-ob logo

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"
}