@badrap/libapp
TypeScript icon, indicating that this package has built-in type declarations

0.6.16 • Public • Published

libapp tests

TypeScript helpers for creating Badrap apps.

Installation

npm i @badrap/libapp

Enabling JSX/TSX support

To enable JSX/TSX support for your whole codebase, modify your tsconfig.json file by adding in the following lines:

{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "@badrap/libapp"
  }
}

To enable JSX/TSX support for just one specific file, add the following pragma comment to the beginning of that file:

/* @jsxImportSource @badrap/libapp */

License

This library is licensed under the MIT license. See [./LICENSE].

Readme

Keywords

none

Package Sidebar

Install

npm i @badrap/libapp

Weekly Downloads

185

Version

0.6.16

License

MIT

Unpacked Size

102 kB

Total Files

129

Last publish

Collaborators

  • jviide
  • badrapbot