Back out @lib indirection in tsconfig.json (#111)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { parseApplyPatch } from "../src/lib/parse-apply-patch";
|
||||
import { parseApplyPatch } from "../src/parse-apply-patch";
|
||||
import { expect, test, describe } from "vitest";
|
||||
|
||||
// Helper function to unwrap a non‑null result in tests that expect success.
|
||||
|
||||
Reference in New Issue
Block a user