Back out @lib indirection in tsconfig.json (#111)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { formatCommandForDisplay } from "../src/lib/format-command";
|
||||
import { formatCommandForDisplay } from "../src/format-command";
|
||||
import { describe, test, expect } from "vitest";
|
||||
|
||||
describe("formatCommandForDisplay()", () => {
|
||||
|
||||
Reference in New Issue
Block a user