tauri/tooling/api/typedoc.json
Lucas Fernandes Nogueira e63111b65a
chore: remove v1 references on documentation and benchmark (#7258)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2023-06-19 09:47:51 -03:00

16 lines
269 B
JSON

{
"entryPoints": [
"src/event.ts",
"src/mocks.ts",
"src/path.ts",
"src/tauri.ts"
],
"githubPages": false,
"readme": "none",
"hideInPageTOC": true,
"hideMembersSymbol": true,
"out": "docs",
"json": "docs/js-api.json",
"pretty": false
}