Predefined configurations for TypeScript projects.
Start by installing the package into your project with the following command:
npm i -D @hynix-team/ts-config
Now 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.