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 4c47250 commit 716554cCopy full SHA for 716554c
packages/cli/src/commands/codegen/gqltada.spinner.ts
@@ -68,7 +68,7 @@ async function codegenTsconfig() {
68
const graphqlspPlugin = tsconfig.config.compilerOptions.plugins.find((plugin) => plugin.name === "@0no-co/graphqlsp");
69
if (graphqlspPlugin) {
70
tsconfig.config.compilerOptions.plugins = tsconfig.config.compilerOptions.plugins.filter(
71
- (plugin) => plugin.name === "@0no-co/graphqlsp",
+ (plugin) => plugin.name !== "@0no-co/graphqlsp",
72
);
73
}
74
tsconfig.config.compilerOptions.plugins.push(tadaConfig);
0 commit comments