1.4.2 • Published 2 years ago

@ombro/ts-config v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@ombro/tsconfig

Shared TypeScript tsconfig.json for projects

Install

npm install --save-dev @ombro/ts-config

Usage

Add extends to your project tsconfig.json

Use ESM

{
  "extends": "@ombro/ts-config/tsconfig.json",
  "compilerOptions": {
    "outDir": "dist"
  }
}

Use Commonjs

{
  "extends": "@ombro/ts-config/tsconfig.cjs.json",
  "compilerOptions": {
    "outDir": "dist"
  }
}
1.4.2

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago