ava-labs / subnet-evm

Launch your own EVM as an Avalanche Subnet
https://docs.avax.network/subnets/create-a-fuji-subnet
GNU Lesser General Public License v3.0
237 stars 213 forks source link

update tsconfig & bump to 1.2.2 #1199

Closed ceyonur closed 1 month ago

ceyonur commented 1 month ago

Why this should be merged

In the previous version we introduced a broken tsconfig which would skip index.js to be packed, and also dist package did not updated from 1.2.0. This fixes those issues by reverting tsconfig and bumping to 1.2.2

How this was tested

Locally against precompile-evm

How is this documented