1.0.0 • Published 8 months ago

@aleodoni-fullstack/ts-config v1.0.0

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

Typescript configuration patterns

Some default typescript config patterns to use it.

base.json

Basic typescript configuration

How to use it

Add the following lines into your tsconfig.json

{
  "extends": "@aleodoni-fullstack/ts-config/base.json"
}

nest.json

NestJS typescript configuration

How to use it

Add the following lines into your tsconfig.json

{
  "extends": "@aleodoni-fullstack/ts-config/nest.json"
}

next.json

NextJS typescript configuration

How to use it

Add the following lines into your tsconfig.json

{
  "extends": "@aleodoni-fullstack/ts-config/next.json"
}
1.0.0

8 months ago