@tidio/typescript-config

1.0.0 • Public • Published

@tidio/typescript-config

npm version

Tidio typescript config

Installation

To install use

yarn add -D @tidio/typescript-config

Usage

Add extends: "@tidio/typescript-config" to your tsconfig.json. For example your tsconfig.json can look like this:

{
  "extends": "@tidio/typescript-config",
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "@emotion/react",
    "moduleResolution": "node",
    "noEmit": true,
    "target": "es2021",
    "module": "ESNext",
    "baseUrl": "."
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @tidio/typescript-config

Weekly Downloads

2,383

Version

1.0.0

License

MIT

Unpacked Size

2.68 kB

Total Files

4

Last publish

Collaborators

  • dominiczaq
  • armata007
  • tidiojs