diff --git a/packages/client/e2e/sdk-entry.ts b/packages/client/e2e/sdk-entry.ts index d2c20c5..f679a12 100644 --- a/packages/client/e2e/sdk-entry.ts +++ b/packages/client/e2e/sdk-entry.ts @@ -15,7 +15,7 @@ */ import { ng as realNg, init as realInit } from "@ng-org/web"; -import { configure, configureStoreRegistry, setCurrentUser, getCurrentUser, getCaps, resetCaps } from "@ng-eventually/client/polyfill"; +import { configure, configureStoreRegistry, setCurrentUser, getCaps, resetCaps } from "@ng-eventually/client/polyfill"; import { docs, subscribeDoc, diff --git a/packages/client/e2e/tsconfig.json b/packages/client/e2e/tsconfig.json new file mode 100644 index 0000000..a940899 --- /dev/null +++ b/packages/client/e2e/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "../../../tsconfig.base.json", + "compilerOptions": { + "types": ["bun"], + "noEmit": true + }, + "include": ["."] +}