An open API service indexing awesome lists of open source software.

https://github.com/douglasneuroinformatics/tsconfig

Shared TypeScript configuration for DNP projects
https://github.com/douglasneuroinformatics/tsconfig

Last synced: about 1 year ago
JSON representation

Shared TypeScript configuration for DNP projects

Awesome Lists containing this project

README

          



Logo

@douglasneuroinformatics/tsconfig



TypeScript configuration for DNP projects


![license](https://img.shields.io/github/license/DouglasNeuroInformatics/tsconfig)
![version](https://img.shields.io/github/package-json/v/DouglasNeuroInformatics/tsconfig)



## Install

```sh
pnpm add -D @douglasneuroinformatics/tsconfig
```

## Usage

```jsonc
{
"extends": ["@douglasneuroinformatics/tsconfig"],
"compilerOptions": {
// override default compiler options as needed
}
}
```