UNPKG

@tevm/ts-plugin

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