@channel.io/typescript-config

0.0.1 • Public • Published

typescript-config

Base typescript configuration for Channel.io

Installation

$ yarn add --dev @channel.io/typescript-config

Usage

React

{
  "extends": "@channel.io/typescript-config/web.json",
  "compilerOptions": {
    "baseUrl": ".",
    "rootDir": "."
  },
  "include": ["./app/**/*", "./client/**/*", "./server/**/*", "./tests/**/*"]
}

React Library

{
  "extends": "@channel.io/typescript-config/web-library.json",
  "compilerOptions": {
    "baseUrl": ".",
    "rootDir": "."
  },
  "include": ["./app/**/*", "./client/**/*", "./server/**/*", "./tests/**/*"]
}

Node

{
  "extends": "@channel.io/typescript-config/node.json",
  "compilerOptions": {
    "baseUrl": ".",
    "rootDir": "."
  },
  "include": ["./app/**/*", "./client/**/*", "./server/**/*", "./tests/**/*"]
}

Node Library

{
  "extends": "@channel.io/typescript-config/node-library.json",
  "compilerOptions": {
    "baseUrl": ".",
    "rootDir": "."
  },
  "include": ["./app/**/*", "./client/**/*", "./server/**/*", "./tests/**/*"]
}

/@channel.io/typescript-config/

    Package Sidebar

    Install

    npm i @channel.io/typescript-config

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    2.29 kB

    Total Files

    7

    Last publish

    Collaborators

    • choichoigang
    • acehong1021
    • sungik.dev
    • quino0627