mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 01:55:25 -04:00
2c4fa1d1c2
* This adds link between types, a more readable rendering, a better search and, more generally, makes the [game engine documentation](https://docs.gdevelop-app.com/GDJS%20Runtime%20Documentation/index.html) much easier to browse.
23 lines
587 B
JSON
23 lines
587 B
JSON
{
|
|
"tsconfig": "../../tsconfig.json",
|
|
"entryPoints": ["../Runtime/gd.ts"],
|
|
"entryPointStrategy": "expand",
|
|
"externalPattern": [
|
|
"Runtime/Cordova/",
|
|
"Runtime/Electron/",
|
|
"Runtime/FacebookInstantGames/"
|
|
],
|
|
"excludeExternals": true,
|
|
"excludeInternal": true,
|
|
"validation": {
|
|
"invalidLink": true
|
|
},
|
|
"out": "../../docs/GDJS Runtime Documentation",
|
|
"sort": ["visibility", "alphabetical"],
|
|
"name": "GDevelop JavaScript game engine",
|
|
"readme": "./typedoc-main-page.md",
|
|
"media": "media",
|
|
"gaID": "G-4K6TTDG4TT",
|
|
"excludedFunctionOrMethod": ["^_"]
|
|
}
|