1.0.1 • Published 1 year ago

@tokilabs/tsconfig v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"
}