@do-ob/ts-config
v2.0.0
Published
Default TypeScript configuration for ESM Node.js projects.
Maintainers
Readme
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-configpnpm add -D @do-ob/ts-configExtend the package's tsconfig.json.
{
"extends": "@do-ob/ts-config"
}