evenchange4 / graphql.macro

Compile GraphQL AST at build-time with babel-plugin-macros.
MIT License
239 stars 21 forks source link

fix: tsconfig file to get absolute imports path #115

Open mgs95 opened 4 years ago

mgs95 commented 4 years ago

Closes #114 Related #99 #92

In the meantime, you can use this installing this forked module github:mgs95/graphql.macro#build:

// NPM
npm uninstall graphql.macro
npm install github:mgs95/graphql.macro#build
// Yarn
yarn uninstall graphql.macro
yarn install github:mgs95/graphql.macro#build