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

https://github.com/jiandaoyun/nstarter-tsconfig

tsconfig template for nstarter projects
https://github.com/jiandaoyun/nstarter-tsconfig

Last synced: 4 days ago
JSON representation

tsconfig template for nstarter projects

Awesome Lists containing this project

README

        

## Install

```bash
npm install nstarter-tsconfig --save-dev
```

## Usage

In your `tsconfig.json` file.

```javascript
{
"extends": "nstarter-tsconfig",
// Override config here.
"compilerOptions": {

}
}
```