@evmts/ts-plugin
A typescript plugin for adding typescript support and autocomplete to your .sol file imports.
Docs
For full documentumentation see evmts docs
Installation
npm i @evmts/rollup-plugin @evmts/ts-pluginConfiguration
- Add @evmts/ts-plugin to your
pluginsarray incompilerOptions - if
foundry.tomlconfig is not in the same directory as the ts-config pass in a relative path to the the project root asprojectconfig option
{
"compilerOptions": {
"plugins": [
{
"name": "@evmts/ts-plugin",
"project": "../"
}
]
}
}
