1.0.2 • Published 7 months ago
@pamela-ui/ts-config v1.0.2
Design System | TS Config
:bulb: Description
This package is part of the Pamela UI Design System developed as part of a study project. It contains the main configuration for TypeScript projects. So, if you're using React and TypeScript in your project, you don't need to configure the tsconfig.json file from scratch — just add this plugin!
:rocket: Technologies
- Built with TypeScript
:heavy_check_mark: How to use
- Install this package as a development dependency:
npm i @pamela-ui/ts-config -D- Add an
extendsfield to yourtsconfig.jsonfile:
{
"extends": "@pamela-ui/ts-config/react.json",
"include": ["src"]
}