nexus
nexus copied to clipboard
tsc not working with custom scalar
When I run tsc, I got this error:
the same happens running ts-node, but if I add --transpile-only there, it works
I tried with Fully Abstracted Reflection System (https://nexusjs.org/docs/adoption-guides/nexus-framework-users) but no luck.
I'm using a custom next express server.
"apollo-server-express": "^3.6.3",
"nexus": "^1.2.0",
the weird thing is that this even load:
but I don't know if its cache or something like that.
I don't know what else to do
Is the generated nexus typescript file being included in the compilation by your tsconfig.json file? It looks like it isn't.