@bit-ocean/tsconfig
v0.0.54
Published
Universal tsconfig for TypeScript projects.
Maintainers
Readme
@bit-ocean/tsconfig
Universal tsconfig for TypeScript projects.
Installation
pnpm add -D typescript @bit-ocean/tsconfigConfiguration
Create a tsconfig.json file in the root of your project and add the following:
{
"extends": "@bit-ocean/tsconfig/base.json",
"include": ["src"]
}