|
14 | 14 | }, |
15 | 15 | "include": [ |
16 | 16 | "src/**/*", |
| 17 | + "test/**/*", |
17 | 18 | "package.json" |
18 | 19 | ], |
| 20 | + "exclude": [ |
| 21 | + "test/integration/bitgo.ts", |
| 22 | + "test/integration/travelRule.ts", |
| 23 | + "test/integration/wallet.ts", |
| 24 | + "test/integration/wallets.ts", |
| 25 | + "test/integration/userWebhooks.ts", |
| 26 | + "test/integration/keychains.ts", |
| 27 | + "test/integration/enterprise.ts", |
| 28 | + "test/v2/integration/baseCoin.ts", |
| 29 | + "test/v2/integration/bitgo.ts", |
| 30 | + "test/v2/integration/wallet.ts", |
| 31 | + "test/v2/integration/wallets.ts", |
| 32 | + "test/v2/integration/keychains.ts", |
| 33 | + "test/v2/integration/userWebhooks.ts", |
| 34 | + "test/v2/integration/markets.ts", |
| 35 | + "test/v2/integration/coins/baseCoin.ts", |
| 36 | + "test/v2/integration/coins/eth.ts", |
| 37 | + "test/v2/integration/coins/eth2.ts", |
| 38 | + "test/v2/integration/coins/xlm.ts", |
| 39 | + "test/v2/integration/coins/xrp.ts" |
| 40 | + ], |
19 | 41 | "typedocOptions": { |
20 | 42 | "mode": "modules", |
21 | 43 | "out": "docs", |
|
0 commit comments