New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@ariestools/tsconfig-dom

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/tsconfig-dom

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

Source
npmnpm
Version
8.7.4
Version published
Maintainers
3
Created
Source

logo

@ariestools/tsconfig-dom

npm license

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

Install

Using npm:

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

Using yarn:

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

Using pnpm:

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

Using bun:

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

Usage

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

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

This extends @ariestools/tsconfig and adds DOM and DOM.Iterable to the lib array, making browser APIs like window, document, and DOM iterables available.

For React projects, use @ariestools/tsconfig-react which extends this config with JSX support.

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

Related posts