@evmts/ts-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.11.2 • Public • Published

@evmts/ts-plugin

A typescript plugin for adding typescript support and autocomplete to your .sol file imports.

image

Docs

For full documentumentation see evmts docs

Installation

npm i @evmts/rollup-plugin @evmts/ts-plugin

Configuration

  • Add @evmts/ts-plugin to your plugins array in compilerOptions
  • if foundry.toml config is not in the same directory as the ts-config pass in a relative path to the the project root as project config option
{
  "compilerOptions": {
    "plugins": [
      {
        "name": "@evmts/ts-plugin",
        "project": "../"
      }
    ]
  }
}

License 📄

Package Sidebar

Install

npm i @evmts/ts-plugin

Weekly Downloads

14

Version

0.11.2

License

MIT

Unpacked Size

2.22 MB

Total Files

92

Last publish

Collaborators

  • fucory