crashmax-dev / tsconfig

✒ Here is my personal TypeScript config.

Home Page:https://npm.im/@crashmax/tsconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@crashmax/tsconfig

✒ Here is my personal TypeScript config.

Install

npm install @crashmax/tsconfig -D
yarn add @crashmax/tsconfig -D
pnpm add @crashmax/tsconfig -D

Usage

// tsconfig.json
{
  "extends": "@crashmax/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  },
  "include": [
    "src"
  ]
}

About

✒ Here is my personal TypeScript config.

https://npm.im/@crashmax/tsconfig

License:MIT License