Skip to content

Latest commit

 

History

History

tsconfig

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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