mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-11 10:40:53 -04:00
24 lines
234 B
Markdown
24 lines
234 B
Markdown
# @pnpm/tsconfig
|
|
|
|
> pnpm's TypeScript configuration
|
|
|
|
## Installation
|
|
|
|
```
|
|
pnpm add -D @pnpm/tsconfig typescript
|
|
```
|
|
|
|
## Usage
|
|
|
|
Create the following `tsconfig.json` file:
|
|
|
|
```json
|
|
{
|
|
"extends": "@pnpm/tsconfig"
|
|
}
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|