@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
26 lines (25 loc) • 447 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"customConditions": [],
"types": [
"node",
"jest"
]
},
"exclude": [
"src/api/subscan.ts",
"src/api/websocket.ts",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/__tests__/**/*",
"**/tests/**/*",
"**/__mocks__/**/*",
"**/*.test.js",
"**/*.test.jsx",
"**/*.spec.js",
"**/*.spec.jsx"
]
}