UNPKG

graphql-validity

Version:

Make business logic validation easy on the graphql side without adding any declarations or modifications to the existing graphql schema.

21 lines 453 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "noImplicitAny": true, "strictNullChecks": true, "removeComments": false, "noUnusedLocals": false, "noUnusedParameters": false, "moduleResolution": "node", "sourceMap": true, "inlineSources": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "target": "es2017", "lib": [ "dom", "es2017" ] } }