
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@ariestools/tsconfig-dom
Advanced tools
Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects
Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects
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
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.
See the LICENSE file for license rights and limitations (LGPL-3.0-only).
FAQs
TypeScript config extending @ariestools/tsconfig with DOM libs
The npm package @ariestools/tsconfig-dom receives a total of 387 weekly downloads. As such, @ariestools/tsconfig-dom popularity was classified as not popular.
We found that @ariestools/tsconfig-dom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.