https://github.com/fuse-open/tsconfig
A base TSConfig for working with FuseJS
https://github.com/fuse-open/tsconfig
fusejs tsconfig
Last synced: 4 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T08:50:48.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:37:23.029Z (9 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
[](https://www.npmjs.com/package/@fuse-open/tsconfig)
[](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 🥳