@equipindustry/tsconfig

0.1.0 • Public • Published

Equipindustry tsconfig

npm downloads build code style: prettier

Base tsconfig.json for TypeScript projects at Equipindustry. It only includes compiler options that make TypeScript more strict. It does not set any project-specific or environmental settings.

Usage

npm install --save-dev @equipindustry/tsconfig

Then add this tsconfig.json:

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

Making changes

npm link
cd <project>
npm link @equipindustry/tsconfig
npm run lint

Publish a new version

Follow semver.

npm version major|minor|patch
git push
git push --tags
npm publish

/@equipindustry/tsconfig/

    Package Sidebar

    Install

    npm i @equipindustry/tsconfig

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    82.1 kB

    Total Files

    35

    Last publish

    Collaborators

    • aireck
    • luismayta