Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 295 Bytes

VTEX tsconfig.json

This is default tsconfig.json that should be used by all VTEX IO apps.

Install

Add a tsconfig.json file inside your builder folder (react or node) with the following

{
  "extends": "@vtex/tsconfig"
}

And run

yarn add -D @vtex/tsconfig