()
| 351 | } |
| 352 | |
| 353 | export function getConfigFilePath(): string { |
| 354 | return path.join(getConfigDir(), CONFIG_FILE_NAME) |
| 355 | } |
| 356 | |
| 357 | // --------------------------------------------------------------------------- |
| 358 | // TOML (de)serialization |
no test coverage detected