@jsse/tsconfig
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@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

Package Sidebar

Install

npm i @jsse/tsconfig

Weekly Downloads

43

Version

0.0.3

License

MIT

Unpacked Size

11.1 kB

Total Files

18

Last publish

Collaborators

  • jessekrubin