tsconfig.json 146 B

123456789
  1. {
  2. "compilerOptions": {
  3. "module": "nodenext",
  4. "jsx": "react-jsx",
  5. "paths": {
  6. "@/graphql/*": ["../../../graphql/*"]
  7. }
  8. }
  9. }