* 生成 TSConfig 配置 * @returns {Object} TSConfig 配置对象
()
| 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', |
nothing calls this directly
no outgoing calls
no test coverage detected