1.0.0-rc.1 • Published 1 year ago

@isfawwaz/tsconfig v1.0.0-rc.1

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

@isfawwaz/tsconfig

NPM version Downloads

Fawwaz's personal Typescript base configuration.

Installation

npm install --save-dev @isfawwaz/tsconfig
# or
pnpm add -D @isfawwaz/tsconfig
# or
yarn add -D @isfawwaz/tsconfig

Usage

Create tsconfig.json at the root of your project:

{
    "extends": "@isfawwaz/tsconfig/react-library.json",
    # or
    "extends": "@isfawwaz/tsconfig/nextjs.json",
    # ...
}