@axah/tsconfig

1.1.0 • Public • Published

@axah/tsconfig

Shared TypeScript config for @axah projects

Install

$ pnpm add --save-dev @axah/tsconfig

Usage

tsconfig.json

{
  "extends": "@axah/tsconfig/tsconfig.json",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "."
  }
}

When you are targeting a higher version of Node.js, check the relevant ECMAScript version and add it as target:

{
  "extends": "@axah/tsconfig/tsconfig.json",
  "compilerOptions": {
    "outDir": "lib",
    "target": "ES2021"
  }
}

Package Sidebar

Install

npm i @axah/tsconfig

Weekly Downloads

417

Version

1.1.0

License

none

Unpacked Size

1.5 kB

Total Files

3

Last publish

Collaborators

  • sandrozbinden-axa
  • putnockyt
  • pascaltan
  • thedadi
  • dan-m
  • tico86
  • brukri
  • healthbot
  • andibolleteraxa
  • david_s