@achtjs/ts-config
v0.1.3
Published
achtJS Typescript Configuration Module
Downloads
10
Readme
@achtjs/ts-config
This module helps to configure typescript on our projects and also can be used in standalone.
Installation
- Install @achtjs/ts-config package.
npm i @achtjs/ts-config
- Creates a
tsconfig.json
file on the root of your project and put the following code.
{
"extends": "@achtjs/ts-config/base.json"
}