1.0.7 ā€¢ Published 2 months ago

@hynix-team/ts-config v1.0.7

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

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

License

MIT

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago