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 15148f8 commit 1ac35c4Copy full SHA for 1ac35c4
src/utilities/index.ts
@@ -105,4 +105,4 @@ export {
105
export type { BreakingChange, DangerousChange } from './findBreakingChanges';
106
107
/** Wrapper type that contains DocumentNode and types that can be deduced from it. */
108
-export { TypedQueryDocumentNode } from './typedQueryDocumentNode';
+export type { TypedQueryDocumentNode } from './typedQueryDocumentNode';
tsconfig.json
@@ -6,6 +6,7 @@
6
"target": "es2019",
7
"strict": true,
8
"noEmit": true,
9
+ "isolatedModules": true,
10
"forceConsistentCasingInFileNames": true
11
}
12
0 commit comments