We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91169f commit 6d920fcCopy full SHA for 6d920fc
e2e/smoke-tests/tests/modular.test.ts
@@ -91,8 +91,9 @@ import {
91
getAI,
92
AI,
93
VertexAIBackend
94
-} from 'firebase/vertexai';
+} from 'firebase/ai';
95
import { getDataConnect, DataConnect } from 'firebase/data-connect';
96
+// @ts-ignore
97
import { config, testAccount } from '../firebase-config';
98
import 'jest';
99
e2e/smoke-tests/tsconfig.json
@@ -0,0 +1,7 @@
1
+{
2
+ "extends": "../../config/tsconfig.base.json",
3
+ "compilerOptions": {
4
+ "outDir": "dist",
5
+ "typeRoots": ["./node_modules/@types"]
6
+ }
7
+}
0 commit comments