1.0.1 • Published 6 months ago

@airnauts/tsconfig v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months 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

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago