mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 10:05:37 -04:00
28 lines
688 B
JSON
28 lines
688 B
JSON
{
|
|
"tsconfig": "../../tsconfig.json",
|
|
"entryPoints": ["../Runtime/gd.ts"],
|
|
"entryPointStrategy": "expand",
|
|
"externalPattern": [
|
|
"Runtime/Cordova/",
|
|
"Runtime/Electron/",
|
|
"Runtime/FacebookInstantGames/",
|
|
"tests/"
|
|
],
|
|
"exclude": ["GDJS/tests/**/*"],
|
|
"excludeExternals": true,
|
|
"excludeInternal": true,
|
|
"validation": {
|
|
"invalidLink": true
|
|
},
|
|
"navigation": {
|
|
"includeCategories": 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": ["^_"]
|
|
}
|