22 lines
303 B
Markdown
22 lines
303 B
Markdown
# @mintel/tsconfig
|
|
|
|
Shared TypeScript configurations for Mintel projects.
|
|
|
|
## Usage
|
|
|
|
### Base Configuration
|
|
In your `tsconfig.json`:
|
|
```json
|
|
{
|
|
"extends": "@mintel/tsconfig/base.json"
|
|
}
|
|
```
|
|
|
|
### Next.js Configuration
|
|
In your `tsconfig.json`:
|
|
```json
|
|
{
|
|
"extends": "@mintel/tsconfig/nextjs.json"
|
|
}
|
|
```
|