UNPKG

@ledgerhq/evm-tools

Version:

EVM tooling used for coin integrations & app bindings

21 lines (20 loc) 361 B
{ "extends": "./tsconfig.json", "compilerOptions": { "customConditions": [], "types": [] }, "exclude": [ "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx", "**/__tests__/**/*", "**/tests/**/*", "**/__mocks__/**/*", "**/*.test.js", "**/*.test.jsx", "**/*.spec.js", "**/*.spec.jsx" ] }