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 fa40b15 commit 51ff84fCopy full SHA for 51ff84f
codegen.yml
@@ -11,7 +11,7 @@ generates:
11
- prettier --write
12
plugins:
13
- add:
14
- content: '/* eslint-disable */'
+ content: '// @ts-nocheck'
15
- 'typescript'
16
- 'typescript-operations'
17
- 'typescript-react-apollo'
generated/loopringExplorer.ts
@@ -1,4 +1,4 @@
1
-/* eslint-disable */
+// @ts-nocheck
2
import { gql } from '@apollo/client';
3
import * as Apollo from '@apollo/client';
4
export type Maybe<T> = T | null;
tsconfig.json
@@ -17,7 +17,8 @@
"resolveJsonModule": true,
18
"isolatedModules": true,
19
"jsx": "preserve",
20
- "incremental": true
+ "incremental": true,
21
+
22
},
23
"include": [
24
"next-env.d.ts",
0 commit comments