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 61d50c8 commit b86a90aCopy full SHA for b86a90a
packages/graphql/tsconfig.json
@@ -14,6 +14,7 @@
14
"strict": true,
15
"allowJs": false,
16
"noImplicitAny": true,
17
+ "noUnusedLocals": false,
18
"resolveJsonModule": true,
19
"experimentalDecorators": true,
20
"noUncheckedIndexedAccess": true,
packages/server/tsconfig.json
@@ -10,6 +10,7 @@
10
"compilerOptions": {
11
"types": ["mocha", "node"],
12
"importHelpers": true,
13
- "resolveJsonModule": true
+ "resolveJsonModule": true,
}
0 commit comments