We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49b9bdd + 275ed8c commit bd00b2eCopy full SHA for bd00b2e
1 file changed
docs/tsconfig.typedoc.json
@@ -7,7 +7,11 @@
7
"esModuleInterop": true,
8
"skipLibCheck": true,
9
"experimentalDecorators": true,
10
- "useDefineForClassFields": false
+ "useDefineForClassFields": false,
11
+ "paths": {
12
+ "xt-type": ["../libs/xt-type/src/index.ts"],
13
+ "xt-type/browser": ["../libs/xt-type/src/browser.ts"]
14
+ }
15
},
16
"include": ["./api-entrypoints/*.ts"]
17
}
0 commit comments