Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fuse-open/tsconfig

A base TSConfig for working with FuseJS
https://github.com/fuse-open/tsconfig

fusejs tsconfig

Last synced: about 1 month ago
JSON representation

A base TSConfig for working with FuseJS

Awesome Lists containing this project

README

        

# tsconfig

[![NPM package](https://img.shields.io/npm/v/@fuse-open/tsconfig.svg?style=flat-square)](https://www.npmjs.com/package/@fuse-open/tsconfig)
[![License: MIT](https://img.shields.io/github/license/fuse-open/tsconfig.svg?style=flat-square)](LICENSE)

A base TSConfig for working with FuseJS

## Install

```shell
npm i -D @fuse-open/tsconfig
```

### Related packages

* [fuse-sdk](https://www.npmjs.com/package/fuse-sdk)
* [fuselibs](https://www.npmjs.com/package/@fuse-open/fuselibs)
* [types](https://www.npmjs.com/package/@fuse-open/types)

## Usage

Install and add a `tsconfig.json` file to your project with the following contents.

```json
{
"extends": "@fuse-open/tsconfig"
}
```

Now your TypeScript project is configured for FuseJS 🥳