1.0.7 ⢠Published 2 years ago
@hynix-team/ts-config v1.0.7
TS Config
Predefined configurations for TypeScript projects.
Documentations
How to use?
Start by installing the package into your project with the following command:
npm i -D @hynix-team/ts-configNow in your tsconfig.json file you must expand all the properties of the installed package.
{
"extends": "@hynix-team/ts-config/base.json"
}ā Now you are ready to write your TypeScript codes safely.