2.1.0 • Published 9 months ago

@ttionya/tsconfig v2.1.0

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

@ttionya/tsconfig

npm npm npm

Shared TypeScript config for my projects.

Configure grouping by category, see full configuration options here.

Required

  • NodeJS >=18.12.0
  • TypeScript ^5.0.0

IMPORTANT: This branch only supports Node 18 LTS or higher and TypeScript 5. Switch to the v1 branch that supports Node 14 LTS and TypeScript 4.7+.

Install

# NPM
npm i -D @ttionya/tsconfig

# PNPM
pnpm add -D @ttionya/tsconfig

Usage

Node (CommonJS)

{
  "extends": "@ttionya/tsconfig/tsconfig.commonjs.json",
  
  "compilerOptions": {
    "outDir": "./lib"
  }
}

Node (ESM)

{
  "extends": "@ttionya/tsconfig/tsconfig.esm.json",
  
  "compilerOptions": {
    "outDir": "./esm"
  }
}

License

MIT

1.2.0

9 months ago

1.1.0

9 months ago

2.0.0-beta.1

9 months ago

2.0.0-beta.0

9 months ago

2.1.0

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.0

1 year ago

0.1.0-beta.0

1 year ago