Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
/ tsconfig-node Public archive

TypeScript config preset for Node.js projects.

License

Notifications You must be signed in to change notification settings

phuctm97/tsconfig-node

Repository files navigation

tsconfig-node

TypeScript config preset for Node.js projects.

CI

Usage

Install

NPM
npm i -D tsconfig-node
Yarn
yarn add -D tsconfig-node

Use in tsconfig.json

{
  "extends": "tsconfig-node",
  "exclude": ["node_modules"]
}