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

@aleodoni-fullstack/ts-config

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-fullstack/ts-config

Typescript configuration used by aleodoni.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Typescript configuration patterns

Some default typescript config patterns to use it.

base.json

Basic typescript configuration

How to use it

Add the following lines into your tsconfig.json

{
  "extends": "@aleodoni-fullstack/ts-config/base.json"
}

nest.json

NestJS typescript configuration

How to use it

Add the following lines into your tsconfig.json

{
  "extends": "@aleodoni-fullstack/ts-config/nest.json"
}

next.json

NextJS typescript configuration

How to use it

Add the following lines into your tsconfig.json

{
  "extends": "@aleodoni-fullstack/ts-config/next.json"
}

FAQs

Package last updated on 04 Sep 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