Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@1inch/tsconfig

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1inch/tsconfig

Common tsconfig for all node.js repositories

latest
npmnpm
Version
1.0.9
Version published
Maintainers
6
Created
Source

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

FAQs

Package last updated on 11 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts