Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fuse-open/tsconfig
- Owner: fuse-open
- License: mit
- Created: 2023-03-13T03:42:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T08:50:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T22:37:23.029Z (about 2 months ago)
- Topics: fusejs, tsconfig
- Homepage: https://npmjs.com/package/@fuse-open/tsconfig
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 🥳