@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"] }