JSPM

  • Created
  • Published
  • Downloads 4132
  • Score
    100M100P100Q118282F
  • License MIT

A typescript plugin for tevm

Package Exports

  • @tevm/ts-plugin
  • @tevm/ts-plugin/package.json

Readme

@tevm/ts-plugin

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

image

Installation

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

Configuration

  • Add @tevm/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": "@tevm/ts-plugin",
        "project": "../"
      }
    ]
  }
}

License 📄