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

@raystack/tools-config

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raystack/tools-config

Shared dev tool configurations (biome, tsconfig)

latest
Source
npmnpm
Version
0.56.7
Version published
Maintainers
2
Created
Source

@raystack/tools-config

Shared dev tool configurations for Raystack frontend projects.

Installation

pnpm add -D @raystack/tools-config

Configs

Biome

// biome.json
{
  "extends": ["@raystack/tools-config/biome"]
}

TSConfig

Base config:

// tsconfig.json
{
  "extends": "@raystack/tools-config/tsconfig/base"
}

React config (extends base):

// tsconfig.json
{
  "extends": "@raystack/tools-config/tsconfig/react"
}

License

Apsara is Apache 2.0 licensed.

Keywords

biome

FAQs

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