phaser/scripts/tsgen/jsdoc-tsd.conf.json

37 lines
993 B
JSON
Raw Normal View History

{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"../../src/",
2019-05-09 14:33:26 +00:00
"../../plugins/fbinstant/src"
],
"exclude": [
"../../src/phaser-arcade-physics.js",
2021-03-08 15:06:12 +00:00
"../../src/phaser-ie9.js",
"../../src/phaser-core.js",
2023-03-24 15:41:07 +00:00
"../../src/phaser-esm.js",
"../../src/physics/matter-js/poly-decomp/",
"../../src/physics/matter-js/lib",
2020-11-20 15:32:01 +00:00
"../../src/polyfills",
"../../src/layer3d"
],
"includePattern": ".+\\.js?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["./jsdoc-plugins/typedef"],
"opts": {
"debug": true,
"template": "./bin/",
"encoding": "utf8",
"destination": "../../types/",
"outputSourceFiles": false,
"outputSourcePath": true,
"recurse": true,
"private": false,
"lenient": true,
"sourceType": "script"
}
2020-11-20 15:32:01 +00:00
}