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

@slango.configs/typescript

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slango.configs/typescript

Slango typescript configs

latest
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Typescript Slango Typescript Configs (@slango.configs/typescript)

Typescript configurations for easy setup

Available configurations

NameDescription
defaultDefault configuration for typescript packages
nextNext.js configuration for next+typescript packages

Troubleshooting

Next.js

Typescript's include and exclude properties are local to the file where they are declared, thus when the presets are exported, effectively they do not have include or exclude configuration, it serves as template of what needs to be included in the final tsconfig.json file:

tsconfig.json

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@slango.configs/typescript/next.json",
  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
  "exclude": ["node_modules"]
}

FAQs

Package last updated on 25 Mar 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