2.7.0 • Published 1 year ago

@fuse-open/tsconfig v2.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tsconfig

NPM package License: MIT

A base TSConfig for working with FuseJS

Install

npm i -D @fuse-open/tsconfig

Related packages

Usage

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

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

Now your TypeScript project is configured for FuseJS 🥳