|
|
@@ -72,7 +72,7 @@ Promise.all([
|
|
|
[path.join(__dirname, '../../admin-ui/src/app/common/introspection-result.ts')]: {
|
|
|
schema: [ADMIN_SCHEMA_OUTPUT_FILE, path.join(__dirname, 'client-schema.ts')],
|
|
|
documents: CLIENT_QUERY_FILES,
|
|
|
- plugins: ['fragment-matcher'],
|
|
|
+ plugins: [{ add: '// tslint:disable' }, 'fragment-matcher'],
|
|
|
config,
|
|
|
},
|
|
|
[path.join(__dirname, '../../packages/common/src/generated-types.ts')]: {
|