1.0.2 • Published 7 months ago

@pamela-ui/ts-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

:heavy_check_mark: How to use

  • Install this package as a development dependency:
npm i @pamela-ui/ts-config -D
  • Add an extends field to your tsconfig.json file:
{
  "extends": "@pamela-ui/ts-config/react.json",
  "include": ["src"]
}
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

8 months ago