fisrt commit
This commit is contained in:
35
node_modules/phaser/scripts/tsgen/jsdoc-tsd.conf.json
generated
vendored
Normal file
35
node_modules/phaser/scripts/tsgen/jsdoc-tsd.conf.json
generated
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"tags": {
|
||||
"allowUnknownTags": true
|
||||
},
|
||||
"source": {
|
||||
"include": [
|
||||
"../../src/",
|
||||
"../../plugins/fbinstant/src"
|
||||
],
|
||||
"exclude": [
|
||||
"../../src/phaser-arcade-physics.js",
|
||||
"../../src/phaser-core.js",
|
||||
"../../src/phaser-esm.js",
|
||||
"../../src/phaser-ie9.js",
|
||||
"../../src/physics/matter-js/poly-decomp/",
|
||||
"../../src/physics/matter-js/lib",
|
||||
"../../src/polyfills"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user