tscripts

1.1.2 • Public • Published

tscripts

Description

Centralized pluggable config for your JS/TS library. This library bundles all the necessary configurations and dependencies so you can focus on the code.

Usage

yarn add --dev tscripts

Editor support steps

Add a root tsconfig.json:

{
  "extends": "tscripts/config/tsconfig.json",
  "include": ["src"]
}

Add a root babel.config.js:

module.exports = require('tscripts/config/babel.config.js');

Add a root .prettierrc.js

module.exports = require('tscripts/config/prettier.config.js');

Add a root .eslintrc.js:

module.exports = require('tscripts/config/eslint.config.js');

/tscripts/

    Package Sidebar

    Install

    npm i tscripts

    Weekly Downloads

    1

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    3.97 kB

    Total Files

    8

    Last publish

    Collaborators

    • taogilaaa