**refactor(cli): remove unnecessary @ts-expect-error for omelette import**

- **Changes**:
  - Eliminated the redundant `@ts-expect-error` comment for the `omelette` import in `cli.ts`.

- **Purpose**:
  - Simplifies the code by removing an outdated comment that is no longer needed, ensuring cleaner and more readable source files.
This commit is contained in:
David Snelling 2025-07-22 11:06:18 -07:00
parent 8189b45f48
commit 74f3aac15b

View file

@ -27,7 +27,6 @@ import { fileURLToPath } from 'url'
import { dirname, join } from 'path'
import fs from 'fs'
import { Command } from 'commander'
// @ts-expect-error - Missing type declarations for omelette
import omelette from 'omelette'
// Get the directory of the current module