1.2.0 • Published 11 months ago

@hurricano/ts-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

TypeScript configuration for Hurricano projects.

Usage

First install the package - npm i --save-dev @hurricano/ts-config, and then add:

{
	"extends": "@hurricano/ts-config"
}

To your tsconfig.json, which you can then modify how you like. This TypeScript config has been setup to be very strict, and is tailored towards Hurricano's projects.

You can view the config here.

⭐ Be sure to leave a star at the GitHub repository if you liked this configuration!