0.4.1 • Published 1 year ago

@jpapini/typescript-config v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Tools - TypeScript configuration

Shared TypeScript configuration for JavaScript projects.

Table of contents

How to install

Run the following command to install the required dependencies:

$ <yarn|npm|pnpm> add -D @jpapini/typescript-config typescript

How to use

Usage with Node.js 18

Create a tsconfig.json file with the following content:

{
    "extends": "@jpapini/typescript-config/tsconfig.node.json"
}

Usage with Nest.js

Create a tsconfig.json file with the following content:

{
    "extends": "@jpapini/typescript-config/tsconfig.nest.json"
}

Author

0.3.0

1 year ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago