mirror of
https://github.com/openai/codex.git
synced 2026-05-01 18:06:47 +00:00
Back out @lib indirection in tsconfig.json (#111)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { SafeCommandReason } from "@lib/approvals";
|
||||
import type { SafeCommandReason } from "../../approvals";
|
||||
|
||||
export type CommandReviewDetails = {
|
||||
cmd: Array<string>;
|
||||
|
||||
Reference in New Issue
Block a user