New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hypernym/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypernym/tsconfig

Hypernym's internal config for TypeScript.

latest
Source
npmnpm
Version
2.7.0
Version published
Maintainers
2
Created
Source

@hypernym/tsconfig

Hypernym's internal config for TypeScript.

Repository Package Releases Discussions


pnpm add -D @hypernym/tsconfig

Usage

// tsconfig.json

{
  "extends": "@hypernym/tsconfig"
}

Custom Setup

// tsconfig.json

{
  "extends": "@hypernym/tsconfig",
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@": ["./src"],
      "@/*": ["./src/*"]
    }
  }
}

License

Developed in 🇭🇷 Croatia, © Hypernym Studio.

Released under the MIT license.

Keywords

hyper

FAQs

Package last updated on 28 Feb 2026

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