@bit-ocean/tsconfig
v0.0.50
Published
Universal tsconfig for TypeScript projects.
Downloads
243
Readme
@bit-ocean/tsconfig
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"]
}