🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ariestools/tsconfig-react

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/tsconfig-react

Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects

latest
Source
npmnpm
Version
8.7.2
Version published
Maintainers
1
Created
Source

logo

@ariestools/tsconfig-react

npm license

Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects

Install

Using npm:

npm install -D {{name}} @ariestools/tsconfig-dom @ariestools/tsconfig

Using yarn:

yarn add -D {{name}} @ariestools/tsconfig-dom @ariestools/tsconfig

Using pnpm:

pnpm add -D {{name}} @ariestools/tsconfig-dom @ariestools/tsconfig

Using bun:

bun add -D {{name}} @ariestools/tsconfig-dom @ariestools/tsconfig

Usage

Extend this config in your project's tsconfig.json:

{
  "extends": "@ariestools/tsconfig-react",
  "compilerOptions": {
    "outDir": "./dist"
  },
  "include": ["src"]
}

This extends @ariestools/tsconfig-dom and adds "jsx": "react-jsx", enabling React 18+ JSX transform without needing to import React in every file.

License

See the LICENSE file for license rights and limitations (LGPL-3.0-only).

Credits

Made with 🔥 and ❄️ by XY Labs

Keywords

xylabs

FAQs

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