@adaliszk/typescript

5.4.2 • Public • Published

Meta-package for Typescript with a default configuration

Provides

  • @adaliszk/eslint-config-typescript
  • typescript, tslib, and @types/node
  • tsx

Usage

  • Install the package pnpm install -D @adaliszk/typescript typescript
  • Add an tsconfig.json with:
    {
      "extends": "@adaliszk/typescript",
      "compileConfig": { "baseUrl": "source", "outDir": "temp" },
      "include": ["source/**/*"]
    }

Versioning

Since this is a meta-package, the versioning reflect its main provided package, in this case typescript. However, only the Major and Minor versions are kept in sync. The Patch is used to bump the meta-package.

Package Sidebar

Install

npm i @adaliszk/typescript

Weekly Downloads

37

Version

5.4.2

License

BSD-2-Clause

Unpacked Size

5.82 kB

Total Files

5

Last publish

Collaborators

  • adaliszk