RayyanIqbal
Results
3
comments of
RayyanIqbal
trafficstars
It appears that just having the package `@claimsgate/core` added to the package.json will cause the issue we are experiencing. Even if the `example.ts` makes no references to the package. I...
Believe we have the same issue, is this still a known problem?
> dir/index.ts > > ```ts > export * from "./file" > ``` > > dir/file.ts > > ```ts > export foo = () => {} > ``` > > file.test.ts...