UNPKG

@syncify/codegen

Version:

Shopify GraphQL codegen handling for the sane developer.

17 lines 313 B
{ "typeAcquisition": { "enable": true }, "compilerOptions": { "target": "ESNext", "module": "Preserve", "moduleResolution": "Bundler", "strictNullChecks": false, "noEmitOnError": true, "allowSyntheticDefaultImports": true, }, "exclude": [ "dist", "node_modules" ] }