JavaScript
$ npm i -D typescript
# OR
# yarn add -D typescript$ zeus schema.graphql ./$ npx tsc ./zeus/*.ts --declaration --target es5 --skipLibCheck
# OR
# yarn tsc ./zeus/*.ts --declaration --target es5 --skipLibCheckLast updated
Was this helpful?