Skip to content

v1.0.0

Latest

Choose a tag to compare

@bntvllnt bntvllnt released this 05 Mar 16:32
· 1 commit to main since this release
3e60a20

@vllnt/typescript v1.0.0

First public release. Shared TypeScript configurations for Node 22+.

Presets

Preset Use case Module Target
base.json Foundation (extended by others) - -
nodejs.json Node.js applications NodeNext ES2024
node-library.json Publishable npm packages NodeNext ES2024
react.json React apps (Vite, CRA, etc.) ESNext ES2022
nextjs.json Next.js applications ESNext ES2022

Install

npm install -D @vllnt/typescript

Usage

{
  "extends": "@vllnt/typescript/nodejs.json"
}