We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2124354 commit 73ea558Copy full SHA for 73ea558
packages/firestore/externs.json
@@ -23,8 +23,8 @@
23
"packages/webchannel-wrapper/src/index.d.ts",
24
"packages/util/dist/src/environment.d.ts",
25
"packages/firestore/src/protos/firestore_proto_api.d.ts",
26
- "packages/firestore/dist/lib/src/util/error.d.ts",
27
- "packages/firestore/dist/lib/src/local/indexeddb_schema.d.ts",
28
- "packages/firestore/dist/lib/src/local/shared_client_state_schema.d.ts"
+ "packages/firestore/src/util/error.ts",
+ "packages/firestore/src/local/indexeddb_schema.ts",
+ "packages/firestore/src/local/shared_client_state_schema.ts"
29
]
30
}
0 commit comments