@vtex/tsconfig

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

Usage no npm install needed!

<script type="module">
  import vtexTsconfig from 'https://cdn.skypack.dev/@vtex/tsconfig';
</script>

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