This is default `tsconfig.json` that should be used by all VTEX IO apps.
npm install @vtex/tsconfigtsconfig.jsonThis is default tsconfig.json that should be used by all VTEX IO apps.
Add a tsconfig.json file inside your builder folder (react or node) with the following
``json`
{
"extends": "@vtex/tsconfig"
}
And run
`bash``
yarn add -D @vtex/tsconfig