@assemble-inc/tsconfig
v0.1.4
Published
Assemble Boilerplate tsconfig
Readme
Assemble Inc. Frontend Code Standards
This repository contains resources for ensuring consistency and quality across different Assemble projects.
TSConfig
Install by running
yarn add @assemble-inc/tsconfigthen in the root of your project, create a tsconfig.json file (touch tsconfig.json), and extend the @assemble-inc/tsconfig package by adding the line
"extends": "@assemble-inc/tsconfig"