UNPKG

@tevm/ts-plugin

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