@tokilabs/tsconfig

1.0.1 • Public • Published

Shared Typescript configuration

This is Toki Labs shared Typescript configuration and it changes some of the default behavior.

Integrate into new project

1. Install this package as devDependency

# with Yarn
$ yarn add -D @tokilabs/tsconfig

# with npm
$ npm i -D @tokilabs/tsconfig

# with pnpm
$ pnpm add -D @tokilabs/tsconfig

2. Configure your project

{
 "extends": "@tokilabs/tsconfig/base.json"
}

For a setup of your figma project with preact

{
 "extends": "@tokilabs/tsconfig/figma-preact.json"
}

Readme

Keywords

Package Sidebar

Install

npm i @tokilabs/tsconfig

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

2.68 kB

Total Files

3

Last publish

Collaborators

  • albertonunes
  • svallory
  • yfernandes