@devlife-ui/ts-config
v1.0.4
Published
Typescript configuration for Devlife UI
Downloads
41
Readme
TS-Config
This package provides quick configuration for your project's TypeScript, including ReactJS.
Note that you need to have TypeScript installed.
Installation:
npm i -D @devlife-ui/ts-configSettings:
Create a tsconfig.json file in the root of your project, and paste this code below. Replace base.json with react.json for ReactJS projects.
{
"extends": "@devlife-ui/ts-config/base.json",
"include": ["src"]
}