@tokilabs/tsconfig
v1.0.1
Published
Shared typescript config for Toki Labs projects
Downloads
15
Readme
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"
}