tauri/tooling/api/typedoc.json
Amr Bashir c9a9246c37
feat: move window plugin back to core (#8007)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-10-17 08:33:23 -03:00

17 lines
290 B
JSON

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