UNPKG

@tevm/ts-plugin

Version:
16 lines (15 loc) 255 B
{ "extends": "@tevm/tsconfig/base.json", "compilerOptions": { "composite": true, "outDir": "types", "skipLibCheck": true, "plugins": [ { "name": "@tevm/ts-plugin", "libs": ["mylib"] } ] }, "include": ["src", "src/**/*.json"] }