mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
Back out @lib indirection in tsconfig.json (#111)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { parseApplyPatch } from "../../parse-apply-patch";
|
||||
import { shortenPath } from "../../utils/short-path";
|
||||
import { parseApplyPatch } from "@lib/parse-apply-patch";
|
||||
import chalk from "chalk";
|
||||
import { Text } from "ink";
|
||||
import React from "react";
|
||||
|
||||
Reference in New Issue
Block a user