1.0.4 • Published 2 years ago

@devlife-ui/ts-config v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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-config

Settings:

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"]
}
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago