tsconfig-manifest
v1.0.0
Published
Manifest Design System TypeScript configurations
Downloads
1
Maintainers
Readme
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/**/*"]
}