0.3.1 • Published 11 months ago

@qlik/tsconfig v0.3.1

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

@qlik/tsconfig

Usage

  • @qlik/tsconfig/recommended.json Typescript recommended options. Suitable for typescript projectes using a bundler.
  • @qlik/tsconfig/strictest.json Typescript recommended options, but with stricter checks.
  • @qlik/tsconfig/node.js Typescript recommended options for typescript projects targeted towards NodeJS.
  • @qlik/tsconfig/react.json Same as recommended with React support.
  • @qlik/tsconfig/svelte.json Same as recommended with Svelte support.

For example, in a Parcel project, create a tsconfig.json:

{
  "extends": "@qlik/tsconfig/react.json",
  "include": ["src"]
}

What is a tsconfig.json

Read here https://www.typescriptlang.org/docs/handbook/tsconfig-json.html

Examples of other tsconfig.json's can be found here https://github.com/tsconfig/bases?tab=readme-ov-file

0.3.0

1 year ago

0.2.7

1 year ago

0.2.8

1 year ago

0.3.1

11 months ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago