Skip to content

Instantly share code, notes, and snippets.

@egoist

egoist/input.ts Secret

Last active July 20, 2020 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egoist/c051b7a82c28c5a6ad86d4039b951238 to your computer and use it in GitHub Desktop.
Save egoist/c051b7a82c28c5a6ad86d4039b951238 to your computer and use it in GitHub Desktop.
export { makeExecutableSchema } from 'graphql-tools'
{
"private": true,
"dependencies": {
"esbuild": "^0.6.5",
"graphql": "^15.3.0",
"graphql-tools": "^6.0.14"
}
}
@egoist
Copy link
Author

egoist commented Jul 20, 2020

Command: yarn esbuild input.ts --bundle --outfile=out.js --platform=node

The last warning is:

node_modules/@wry/equality/tsconfig.json:2:13: warning: Cannot find base config file "../../tsconfig.json"
  "extends": "../../tsconfig.json",
             ~~~~~~~~~~~~~~~~~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment