🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

@mintlify/ts-config

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/ts-config

Mintlify shared ts config

Source
npmnpm
Version
1.0.8
Version published
Weekly downloads
624
37.14%
Maintainers
4
Weekly downloads
 
Created
Source

Shared TS configuration

A TS Config file is used to specify how a TypeScript project should be compiled.

Add Dependencies

Install this package and peerDependencies of this package as devDependencies in the project, using install-peerdeps.

npx install-peerdeps --dev @mintlify/ts-config

Alternatively, you can install this package as devDependency and install the peerDependencies separately.

# yarn
yarn add -D @mintlify/ts-config

# npm
npm i -D @mintlify/ts-config

# pnpm
pnpm add -D @mintlify/ts-config

Add Configuration File

In the project's tsconfig.json file, extend this configuration:

{
  "extends": "@mintlify/ts-config",
  "compilerOptions": {
    ...
  },
  ...
}

FAQs

Package last updated on 11 Mar 2023

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