1.0.7 • Published 1 year ago

tsconfig-jsdoc v1.0.7

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

tsconfig-jsdoc

This package contains tsconfig.json files for use with JSDoc types in modern javascript runtimes.

Our approach is to set everything as strictly as possible for consumers to opt out rather than opt in for correctness checks. We do not enable stylistic settings by default.

Usage

Install

npm

npm i -D tsconfig-jsdoc

pnpm

pnpm i -D tsconfig-jsdoc

yarn

yarn add tsconfig-jsdoc --dev

tsconfig.json

Browsers

{
    "extends": ["tsconfig-jsdoc/tsconfig.browser.json"],
    "include": ["src/**/*.js"]
}

Cloudflare

{
    "extends": ["tsconfig-jsdoc/tsconfig.cloudflare.json"],
    "include": ["src/**/*.js"]
}

Other

Browsers

{
    "extends": ["tsconfig-jsdoc/tsconfig.json"],
    "include": ["src/**/*.js"]
}
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago