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

Function getProjectVersion

src/core/projectGenerator.js:86–93  ·  view source on GitHub ↗

* 获取项目版本号 * @returns {string} 版本号

()

Source from the content-addressed store, hash-verified

84
85 createJSConfig() {
86 return {
87 compilerOptions: {
88 target: 'es6',
89 module: 'commonjs',
90 experimentalDecorators: true,
91 },
92 exclude: [
93 'node_modules',
94 '.vscode',
95 'library',
96 'local',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected