mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
e63111b65a
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
16 lines
269 B
JSON
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
|
|
}
|