Skip to content

Commit 5081995

Browse files
committed
fix: 🐛 correct build artifact output in json-joy main package
1 parent a31ec97 commit 5081995

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/json-joy/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ export type * from './json-crdt';
1212
export type * from './json-crdt-patch';
1313
export type * from './json-crdt-extensions';
1414
export type * from './json-patch/types';
15-
export type * from '../../json-path/src/types';

packages/json-joy/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
},
5-
"include": ["src", "../json-path/src"]
5+
"include": ["src"]
66
}

0 commit comments

Comments
 (0)