1.0.2 • Published 11 months ago

@kiridevs_configs/tsconfig v1.0.2

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

@kiridevs_configs/tsconfig

This package contains my personal default tsconfig.json.

Usage

Consult LICENSE.md for license information.

This package is published on npm.

After installing it, create a tsconfig.json that extends this package:

// tsconfig.json
{
  "extends": "@kiridevs_configs/tsconfig"
}

Extending

To extend this base config, follow TypeScript standards by adding your desired overrides to the tsconfig.json you already created:

--- a/tsconfig.json
+++ b/tsconfig.json
{
  "extends": "@kiriDevs_configs/tsconfig",
+ "compilerOptions: {
+   "noImplicitAny": false
+ }
}
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago