()
| 169 | } |
| 170 | |
| 171 | export function getConfigJsPath(): string { |
| 172 | // Do not create automatically |
| 173 | return path.join(getContinueGlobalPath(), "out", "config.js"); |
| 174 | } |
| 175 | |
| 176 | export function getTsConfigPath(): string { |
| 177 | const tsConfigPath = path.join(getContinueGlobalPath(), "tsconfig.json"); |
no test coverage detected