@1inch/tsconfig

1.0.7 • Public • Published

tsconfig

Common tsconfig for all node.js repositories

Install

$ yarn add -D https://github.com/1inch/tsconfig.git#v1.0.0

And then setup tsconfig.json:

{
  "extends": "@1inch/tsconfig",
  "include": ["src"],
  "compilerOptions": {
    "typeRoots": [
      "./src/types-overrides",
      "./node_modules/@types"
    ],
    "outDir": "./dist",
    "baseUrl": "./"
  }
}

Release new version

# patch
$ yarn release --patch

# minot
$ yarn release --minor

# major
$ yarn release --major

# exact
$ yarn release v1.0.0

Readme

Keywords

none

Package Sidebar

Install

npm i @1inch/tsconfig

Weekly Downloads

8

Version

1.0.7

License

UNLICENSED

Unpacked Size

4.88 kB

Total Files

8

Last publish

Collaborators

  • 1inch-robot
  • k06a
  • d.kotsiuba
  • artall641inch
  • zumzoom
  • sevenswen
  • zzomrot
  • krboktv-inch