GitHunt
JE

jessekrubin/tsconfig

@jsse/tsconfig

@jsse/tsconfig

npm version

tsconfig(s) compilerOptions

Install

pnpm add @jsse/tsconfig
npm install @jsse/tsconfig
yarn add @jsse/tsconfig

Usage

{
  // ESM ("type": "module")
  "extends": "@jsse/tsconfig/tsconfig.json",
  // CJS ("type": "commonjs")
  "extends": "@jsse/tsconfig/tsconfig.cjs.json",
  "compilerOptions": {
    // yall's override(s)
    "target": "es2015",
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"],
}

DEV

Contributors

Other
Created May 2, 2024
Updated March 21, 2026
jessekrubin/tsconfig | GitHunt