0.2.6 • Published 1 year ago

@qlik/tsconfig v0.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year 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

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago