fitfont-types

0.0.2 • Public • Published

npm

Introduction

This package include Types definitions to use fitfont with TypeScript.

Types have comments to allow developers to view documentation in Visual Studio Code.

Installation

1. Install the module

You could use a any package manager to install this module. It was tested with npm, yarn and pnpm.

npm install fitfont-types --save-dev

2. Include types in your projects

Update the tsconfig.json inside the app folder. Add "../node_modules/fitfont-types/types" to paths to include.

{
 "extends": "../tsconfig.json",
 "include": [
  "**/*.ts",
  "../node_modules/fitbit-sdk-types/types/device",
  "../node_modules/fitfont-types/types"
 ]
}

Package Sidebar

Install

npm i fitfont-types

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

4.21 kB

Total Files

4

Last publish

Collaborators

  • jeremyjeanson