@jsse/tsconfig
Version:
tsconfig
41 lines (31 loc) • 761 B
Markdown

tsconfig(s) `compilerOptions`
```bash
pnpm add @jsse/tsconfig
npm install @jsse/tsconfig
yarn add @jsse/tsconfig
```
```jsonc
{
// 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"],
}
```
---
- pnpm = package-manager
- Repo uses `just` (ref)
- just-repo: https://github.com/casey/just
- just-docs: https://just.systems/man/en/
- prettier formatting; uses default config b/c configuring formatters is dumb