Shared dev tool configurations (biome, tsconfig)
npm install @raystack/tools-configShared dev tool configurations for Raystack frontend projects.
``bash`
pnpm add -D @raystack/tools-config
`json`
// biome.json
{
"extends": ["@raystack/tools-config/biome"]
}
Base config:
`json`
// tsconfig.json
{
"extends": "@raystack/tools-config/tsconfig/base"
}
React config (extends base):
`json``
// tsconfig.json
{
"extends": "@raystack/tools-config/tsconfig/react"
}
Apsara is Apache 2.0 licensed.