@vtex/tsconfig
v0.6.0
Published
This is default `tsconfig.json` that should be used by all VTEX IO apps.
Downloads
61,871
Maintainers
Keywords
Readme
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