1.0.0 • Published 2 years ago

@tidio/typescript-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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": "."
  }
}
1.0.0

2 years ago

0.0.1

2 years ago