UNPKG

apollo-codegen

Version:

Generate API code or type annotations based on a GraphQL schema and query documents

19 lines (18 loc) 496 B
// Place your settings in this file to overwrite default and user settings. { "editor.tabSize": 2, "editor.insertSpaces": true, "editor.rulers": [110], "editor.wordWrapColumn": 110, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "prettier.singleQuote": true, "prettier.printWidth": 110, "files.exclude": { "**/.git": true, "**/.DS_Store": true, "node_modules": true, "lib": true }, "typescript.tsdk": "node_modules/typescript/lib" }