Skip to content
/ tsconfig Public

Common tsconfig for all node.js repositories

Notifications You must be signed in to change notification settings

1inch/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Common tsconfig for all node.js repositories

Resources

Stars

Watchers

Forks

Packages

No packages published