MCPcopy Create free account
hub / github.com/Crain99/cc-reverse / createTSConfig

Function createTSConfig

src/core/projectGenerator.js:121–141  ·  view source on GitHub ↗

* 生成 TSConfig 配置 * @returns {Object} TSConfig 配置对象

()

Source from the content-addressed store, hash-verified

119 'build',
120 'settings',
121 ],
122 };
123 },
124
125 createProjectSettings() {
126 const settings = {
127 'group-list': '',
128 'collision-matrix': '',
129 'excluded-modules': [
130 '3D Physics/Builtin',
131 ],
132 'last-module-event-record-time': Date.now(),
133 'design-resolution-width': 960,
134 'design-resolution-height': 640,
135 'fit-width': false,
136 'fit-height': true,
137 'use-project-simulator-setting': false,
138 'simulator-orientation': false,
139 'use-customize-simulator': true,
140 'simulator-resolution': {
141 height: 640,
142 width: 960,
143 },
144 'assets-sort-type': 'name',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected