@isfawwaz/tsconfig
v1.0.0-rc.1
Published
Shared tsconfig for my projects
Downloads
1
Readme
@isfawwaz/tsconfig
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",
# ...
}