UNPKG

696 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "./dist",
5 "rootDir": "./",
6 "typeRoots": ["./types", "../../types", "./node_modules/@types", "../../node_modules/@types"],
7 "declarationDir": "./dist/types",
8 "esModuleInterop": false
9 },
10 "include": ["src/**/*", "package.json"],
11 "typedocOptions": {
12 "mode": "modules",
13 "out": "docs",
14 "title": "BitGo SDK Documentation",
15 "excludeNotExported": true,
16 "excludePrivate": true,
17 "excludeProtected": true,
18 "ignoreCompilerErrors": true
19 },
20 "references": [
21 {
22 "path": "../sdk-core"
23 },
24 {
25 "path": "../sdk-api"
26 },
27 {
28 "path": "../statics"
29 }
30 ]
31}