UNPKG

@tevm/ts-plugin

Version:
19 lines 337 B
{ "extends": "@tevm/tsconfig/base.json", "compilerOptions": { "composite": true, "outDir": "types", "skipLibCheck": true, "plugins": [ { "name": "@tevm/ts-plugin", // should load the remappings "foundryProject": true } ] }, "include": [ "src", "src/**/*.json" ] }