Files
GDevelop/GDJS/docs/typedoc.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": ["^_"]
}