1.2.1 • Published 1 year ago

tsconfig-henrik v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Typescript Config

This contains my preferred typescript config.

How to Use

Install

# pnpm
pnpm add -D typescript tsconfig-henrik
# Bun
bun add -d typescript tsconfig-henrik

Import

Config PathDescription
tsconfig-henrik/base.jsonbase rules
tsconfig-henrik/react.jsonRules for projects with React (not incl Next.js)
tsconfig-henrik/next.jsonRules for Next.js projects
{
  "extends": "tsconfig-henrik/base.json"
  // rest of config
}
1.2.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago