1.0.0 • Published 1 year ago

tsconfig-manifest v1.0.0

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

tsconfig-manifest

Design Tokens for Manifest Design System, project44's design system.

For a full list of tokens, please see the documentation website

Installation

yarn add --dev tsconfig-manifest

Usage

Extend the config from your root tsconfig.json.

{
  "extends": "tsconfig-manifest/tsconfig.json",
  "include": ["src/**/*"]
}