UNPKG

@ledgerhq/coin-tron

Version:
24 lines (23 loc) 458 B
{ "extends": "./tsconfig.json", "compilerOptions": { "customConditions": [], "types": ["node"] }, "exclude": [ "src/api/subscan.ts", "src/api/websocket.ts", "src/test/bridgeDatasetTest.ts", "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx", "**/__tests__/**/*", "**/tests/**/*", "**/__mocks__/**/*", "**/*.test.js", "**/*.test.jsx", "**/*.spec.js", "**/*.spec.jsx" ] }