@warhol/tsconfig

2.0.0 • Public • Published

Warhol - TypeScript configuration

This module includes our global typescript configuration.

You can install it via

yarn add --dev @warhol/tsconfig

Make it work

To make it work your need to do the following:

In tsconfig.json add the following:

{
  "extends": "./node_modules/@warhol/tsconfig/tsconfig.json"
}

In .eslintrc.js add the following:

module.exports = {
  extends: ["./node_modules/@warhol/tsconfig/eslint-react"],
};

You can also add a nodemon.json file for development, like here.

License

This project is licensed under MIT.

/@warhol/tsconfig/

    Package Sidebar

    Install

    npm i @warhol/tsconfig

    Weekly Downloads

    7

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    5.32 kB

    Total Files

    12

    Last publish

    Collaborators

    • drublic
    • sirpepe