Skip to content

Latest commit

History

History
22 lines (15 loc) 路 415 Bytes

README.md

File metadata and controls

22 lines (15 loc) 路 415 Bytes

@bit-ocean/tsconfig

npm

Universal tsconfig for TypeScript projects.

Installation

pnpm add -D typescript @bit-ocean/tsconfig

Configuration

Create a tsconfig.json file in the root of your project and add the following:

{
  "extends": "@bit-ocean/tsconfig/base.json",
  "include": ["src"]
}