1.0.1 • Published 2 years ago

@airnauts/tsconfig v1.0.1

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

@airnauts/tsconfig

TypeScript config for Airnauts projects

Usage

  1. Install the plugin:
# npm
npm install --save-dev @airnauts/tsconfig

# yarn
yarn add --dev @airnauts/tsconfig

# pnpm
pnpm add --save-dev @airnauts/tsconfig
  1. Add the config to your tsconfig.json file:
// Base
{
  "extends": "@airnauts/tsconfig"
}

// NextJS
{
  "extends": "@airnauts/tsconfig/next"
}
1.0.1

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago