tsconfig.json 207 B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "target": "ES2017",
  5. "sourceMap": true,
  6. "skipLibCheck": true,
  7. "esModuleInterop": true
  8. },
  9. "files": [
  10. "graphql-errors-plugin.ts"
  11. ]
  12. }