1.0.1 • Published 2 years ago
@marzee/tsconfig v1.0.1
@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