doc: 添加 TypeScript 文档。
This commit is contained in:
11
typedoc.json
Normal file
11
typedoc.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"inputFiles": "./index.d.ts",
|
||||
"out": "typedoc",
|
||||
"name": "React Native Wechat",
|
||||
"mode": "file",
|
||||
"includeDeclarations": true,
|
||||
"excludeExternals": true,
|
||||
"ignoreCompilerErrors": true,
|
||||
"excludePrivate": true,
|
||||
"excludeProtected": true
|
||||
}
|
Reference in New Issue
Block a user