0.1.7 • Published 28 days ago

@apitree.cz/ts-config v0.1.7

Weekly downloads
-
License
-
Repository
github
Last release
28 days ago

TS Config

TypeScript configuration for ApiTree projects

Installation

pnpm add --save-dev @apitree.cz/ts-config typescript

Usage

Add one of the following configurations to your tsconfig.json:

Library

Suitable for distributable npm packages (both Node.js and React).

{
  "extends": "@apitree.cz/ts-config/library",
  "include": [".eslintrc.cjs", "**/*.js", "**/*.ts"],
  "exclude": ["dist", "node_modules"]
}

Note: If you are using React, you should also add "**/*.tsx" to the include array.

CommonJS library

Suitable for distributable npm packages (Node.js only).

{
  "extends": "@apitree.cz/ts-config/cjs-library",
  "include": [".eslintrc.cjs", "**/*.js", "**/*.ts"],
  "exclude": ["dist", "node_modules"]
}

App

Suitable for stand-alone applications (both Node.js and React).

{
  "extends": "@apitree.cz/ts-config/app",
  "include": [".eslintrc.cjs", "**/*.js", "**/*.ts"],
  "exclude": ["build", "node_modules"]
}

Note: If you are using React, you should also add "**/*.tsx" to the include array.

Next.js

Suitable for Next.js apps.

{
  "extends": "@apitree.cz/ts-config/next",
  "include": [".eslintrc.cjs", "next-env.d.ts", "**/*.js", "**/*.ts", "**/*.tsx"],
  "exclude": [".next", "node_modules"]
}

Nest.js

Suitable for Nest.js apps.

{
  "extends": "@apitree.cz/ts-config/nestjs",
  "include": [".eslintrc.js", "**/*.js", "**/*.ts"],
  "exclude": ["build", "node_modules"]
}

Nest.js Library

Suitable for distributable npm packages consumed by Nest.js apps.

{
  "extends": "@apitree.cz/ts-config/nestjs-library",
  "include": [".eslintrc.js", "**/*.js", "**/*.ts"],
  "exclude": ["dist", "node_modules"]
}
0.1.7

28 days ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

5 months ago

0.1.2

5 months ago

0.1.3

5 months ago

0.1.1

5 months ago

0.1.1-next.7a585e4

6 months ago

0.1.1-next.ba0c85f

6 months ago

0.1.1-next.c8fd77a

6 months ago

0.1.1-next.3b6dd27

6 months ago

0.1.1-next.1e6923b

6 months ago

0.1.1-next.4ca0e1b

6 months ago

0.1.1-next.d8398f6

6 months ago

0.1.1-next.e523288

6 months ago

0.1.1-next.de70904

6 months ago

0.1.1-next.2fde165

6 months ago

0.1.1-next.a246d10

6 months ago

0.1.1-next.d62abc2

6 months ago

0.1.1-next.97c8608

6 months ago

0.1.1-next.a671370

6 months ago

0.1.1-next.adfbe62

6 months ago

0.1.1-next.0c823f9

6 months ago

0.1.1-next.dcad4a0

6 months ago

0.1.1-next.8b91062

6 months ago

0.1.1-next.1358251

6 months ago

0.1.1-next.7fb5c8c

6 months ago

0.1.1-next.70333f7

6 months ago

0.1.1-next.1ac5833

6 months ago

0.1.1-next.5c257f9

6 months ago

0.1.1-next.86a2c7b

6 months ago

0.1.0

6 months ago

0.1.0-next.41e8369

6 months ago

0.1.0-next.b32cc41

6 months ago

0.1.0-next.8925d8a

6 months ago

0.1.0-next.2bf4a89

6 months ago

0.1.0-next.ffe75af

6 months ago

0.1.0-next.05dd9cd

6 months ago

0.1.0-next.59c27a0

6 months ago

0.1.0-next.9a73b8e

7 months ago

0.1.0-next.313a279

7 months ago

0.1.0-next.662d527

7 months ago

0.1.0-next.c924c3c

7 months ago