* 获取项目版本号 * @returns {string} 版本号
()
| 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', |
nothing calls this directly
no outgoing calls
no test coverage detected