Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: explicit module constraints (#672)
* fix(tsconfig): explicit module constraints These options are viral: enabling them in a package requires all downstream consumers to enable them as well. Consumers can now opt into these semantics, it also does not require them to do so. Consumers can always safely use alternative import syntaxes (including falling back to `require() `and i`mport()`), or can enable these flags and opt into this behavior themselves. * Create khaki-coats-cry.md --------- Co-authored-by: jxom <[email protected]>
- Loading branch information
e033f46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viem – ./
viem-wagmi-dev.vercel.app
viem-git-main-wagmi-dev.vercel.app
viem-site.vercel.app
www.viem.sh
viem.vercel.app
viem.sh