Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

@sissel/tsconfig

This package includes a shareable TypeScript configuration which I use and referenced within various TypeScript packages via the extends option of a tsconfig.json file.

Install

pnpm add @sissel/tsconfig typescript -D

Include typescript as we need to reference it directly in most packages.

Usage

Provide to the extends option within a tsconfig.json

{
  "extends": "@sissel/tsconfig"
}

License

MIT