Socket
Book a DemoInstallSign in
Socket

@autossey/tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autossey/tsconfig

A collection of base TSConfigs for various types of projects.

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@autossey/tsconfig

npm typescript

A collection of base TSConfigs for various types of projects.

If I should maintain this repo, please ⭐️ GitHub stars

DM me on Twitter if you have questions or suggestions. Twitter Follow

Installation

NPM
npm install --save-dev @autossey/tsconfig
Yarn
yarn add --dev @autossey/tsconfig
PNPM
pnpm add --save-dev @autossey/tsconfig
Bun
bun add --dev @autossey/tsconfig

Usage

In your tsconfig.json file:

Bun

{
  "extends": "@autossey/tsconfig/bun"
}

DOM

{
  "extends": "@autossey/tsconfig/dom"
}

Next.js

{
  "extends": "@autossey/tsconfig/next"
}

Node

{
  "extends": "@autossey/tsconfig/node"
}

Node 18

{
  "extends": "@autossey/tsconfig/node-18"
}

Node 18 - CommonJS

{
  "extends": "@autossey/tsconfig/node-18-cjs"
}

Dependenciesdependencies

  • @types/node: TypeScript definitions for Node.js
  • bun-types: Type definitions for Bun, an incredibly fast JavaScript runtime

Dev Dependencies


License license

MIT - The MIT License

Keywords

typescript

FAQs

Package last updated on 03 Oct 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