fox1t-tsconfig

0.2.0 • Public • Published

tsconfig

Shared TypeScript config

Install

$ npm install --save-dev fox1t-tsconfig

Usage

tsconfig.json

{
  "extends": "fox1t-tsconfig",
  "compilerOptions": {
    "outDir": "build",
    "target": "es2018",
    "lib": ["es2018"]
  }
}

This project is inspired by: sindresorhus/tsconfig

License

MIT © Maksim Sinik

Package Sidebar

Install

npm i fox1t-tsconfig

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

2.6 kB

Total Files

4

Last publish

Collaborators

  • fox1t