Skip to content

Instantly share code, notes, and snippets.

@9oelM
Created March 21, 2021 13:44
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 9oelM/e76c604d2068189f19d26284084113e3 to your computer and use it in GitHub Desktop.
Save 9oelM/e76c604d2068189f19d26284084113e3 to your computer and use it in GitHub Desktop.
{
"name": "hello",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "tsc --project ./tsconfig.json"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.72",
"typescript": "^4.2.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment