There was an error while loading. Please reload this page.
1 parent a31ec97 commit 5081995Copy full SHA for 5081995
packages/json-joy/src/index.ts
@@ -12,4 +12,3 @@ export type * from './json-crdt';
12
export type * from './json-crdt-patch';
13
export type * from './json-crdt-extensions';
14
export type * from './json-patch/types';
15
-export type * from '../../json-path/src/types';
packages/json-joy/tsconfig.json
@@ -2,5 +2,5 @@
2
"extends": "../../tsconfig.json",
3
"compilerOptions": {
4
},
5
- "include": ["src", "../json-path/src"]
+ "include": ["src"]
6
}
0 commit comments