Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 759 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 759 Bytes

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 🥳