mirror of
https://github.com/openai/codex.git
synced 2026-04-28 00:25:56 +00:00
Back out @lib indirection in tsconfig.json (#111)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { renderTui } from "./ui-test-helpers.js";
|
||||
import MultilineTextEditor from "../src/components/chat/multiline-editor.js";
|
||||
import TextBuffer from "../src/lib/text-buffer.js";
|
||||
import TextBuffer from "../src/text-buffer.js";
|
||||
import * as React from "react";
|
||||
import { describe, it, expect, vi } from "vitest";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user