Skip to content

Commit bd00b2e

Browse files
authored
Merge pull request #66 from dont-code/workflow
features: api docs
2 parents 49b9bdd + 275ed8c commit bd00b2e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/tsconfig.typedoc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"esModuleInterop": true,
88
"skipLibCheck": true,
99
"experimentalDecorators": true,
10-
"useDefineForClassFields": false
10+
"useDefineForClassFields": false,
11+
"paths": {
12+
"xt-type": ["../libs/xt-type/src/index.ts"],
13+
"xt-type/browser": ["../libs/xt-type/src/browser.ts"]
14+
}
1115
},
1216
"include": ["./api-entrypoints/*.ts"]
1317
}

0 commit comments

Comments
 (0)