From 7e190c6f0eea5ed3bbb7402cbd7fb3a71ce223c4 Mon Sep 17 00:00:00 2001 From: streamich Date: Tue, 28 Nov 2023 19:56:16 +0100 Subject: [PATCH] =?UTF-8?q?docs(json-crdt-patch):=20=E2=9C=8F=EF=B8=8F=20f?= =?UTF-8?q?ix=20verbose=20encoding=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fbb26b92f5..784aaa52d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -47,7 +47,7 @@ "src/json-crdt/codec/structural/verbose/index.ts", "src/json-crdt/codec/indexed/binary/index.ts", "src/json-crdt/codec/sidecar/binary/index.ts", - "src/json-crdt-patch/codec/json/index.ts", + "src/json-crdt-patch/codec/verbose/index.ts", "src/json-crdt-patch/codec/compact/index.ts", "src/json-crdt-patch/codec/binary/index.ts", "src/json-pack/index.ts",