UNPKG

@polareth/evmstate

Version:

A TypeScript library for tracing, and visualizing EVM state changes with detailed human-readable labeling.

14 lines (13 loc) 387 B
{ // This file is used to compile the for cjs and esm (see package.json build scripts). It should exclude all test files. "extends": "./tsconfig.base.json", "include": ["src/index.ts", "src/lib/react/index.ts"], "exclude": [], "compilerOptions": { "declaration": true, "declarationMap": true, "outDir": "./dist", "sourceMap": true, "rootDir": "./src" } }