1.0.1 • Published 2 years ago

@marzee/tsconfig v1.0.1

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

@marzee/tsconfig

A TSconfig with the latest best practices

@marzee/tsconfig provides an opinionated TSconfig with the latest best practices for both Next and Node projects.

Usage

Next.js

{
  "extends": "@marzee/tsconfig/nextjs",
  // the rest of your config here
}

Node

{
  "extends": "@marzee/tsconfig/node",
  // the rest of your config here
}

Install

npm i -D @marzee/tsconfig
pnpm i -D @marzee/tsconfig
yarn add -D @marzee/tsconfig
1.0.1

2 years ago

1.0.0

2 years ago