Skip to content

Commit

Permalink
tsconfig.json: enable 'isolatedModules' (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 2, 2021
1 parent 15148f8 commit 1ac35c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/index.ts
Expand Up @@ -105,4 +105,4 @@ export {
export type { BreakingChange, DangerousChange } from './findBreakingChanges';

/** Wrapper type that contains DocumentNode and types that can be deduced from it. */
export { TypedQueryDocumentNode } from './typedQueryDocumentNode';
export type { TypedQueryDocumentNode } from './typedQueryDocumentNode';
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -6,6 +6,7 @@
"target": "es2019",
"strict": true,
"noEmit": true,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true
}
}

0 comments on commit 1ac35c4

Please sign in to comment.