@appsemble/tsconfig

0.29.1 • Public • Published

Appsemble TypeScript presets

Reusable TypeScript presets recommended by Appsemble

npm GitLab CI Prettier

Table of Contents

Installation

npm install @appsemble/tsconfig

Usage

DOM

The dom preset configures TypeScript for usage in the browser. This is the main export from this package.

To use it, add the following to your tsconfig.json file.

{
  "extends": "@appsemble/tsconfig"
}

Preact

The preact preset configures TypeScript for usage with Preact.

To use it, add the following to your tsconfig.json file.

{
  "extends": "@appsemble/tsconfig/preact"
}

Mini JSX

The mini-jsx preset configures TypeScript for usage with mini-jsx.

To use it, add the following to your tsconfig.json file.

{
  "extends": "@appsemble/tsconfig/mini-jsx"
}

License

LGPL-3.0-only © Appsemble

/@appsemble/tsconfig/

    Package Sidebar

    Install

    npm i @appsemble/tsconfig

    Weekly Downloads

    37

    Version

    0.29.1

    License

    LGPL-3.0-only

    Unpacked Size

    10.8 kB

    Total Files

    6

    Last publish

    Collaborators

    • ekhorn
    • remcohaszing
    • kvdb
    • appsemble-bot