This package has been deprecated

Author message:

@misk/typescript has been merged with @misk/dev. Use @misk/dev instead for all Typescript dev environment needs.

@misk/typescript

0.0.1 • Public • Published

Misk Typescript

This package provides shared compiler options and linting used to provide a common Typescript environment across Misk tab repos.

Getting Started

$ yarn add @misk/typescript

TsConfig Template

Create a tsconfig.json file in the repo root directory with the following:

  {
    "extends": "./node_modules/@misk/typescript/tsconfig.base",
    "compilerOptions": {
        "outDir": "./dist"
    }
  }

TsLint Template

Create a tslint.json file in the repo root directory with the following:

  {
    "extends": "@misk/typescript"
  }

Releasing

Readme

Keywords

none

Package Sidebar

Install

npm i @misk/typescript

Weekly Downloads

1

Version

0.0.1

License

none

Unpacked Size

2.61 kB

Total Files

4

Last publish

Collaborators

  • k9101
  • rmariano-sq
  • square-owner
  • adrw
  • adrw-ci