UNPKG

@tevm/ts-plugin

Version:
17 lines (16 loc) 294 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"] }