🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ariestools/tsconfig

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/tsconfig

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

latest
Source
npmnpm
Version
8.7.10
Version published
Weekly downloads
1.9K
Maintainers
3
Weekly downloads
 
Created
Source

logo

@ariestools/tsconfig

npm license

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

Install

Using npm:

npm install -D {{name}}

Using yarn:

yarn add -D {{name}}

Using pnpm:

pnpm add -D {{name}}

Using bun:

bun add -D {{name}}

Usage

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

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

This provides a strict, ESM-only TypeScript configuration targeting ESNext with NodeNext module resolution. It enables strict type checking, source maps, and declaration file generation.

For projects that need DOM types, use @ariestools/tsconfig-dom instead. For React projects, use @ariestools/tsconfig-react.

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 13 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