Skip to content

Instantly share code, notes, and snippets.

@JakenHerman
Created February 26, 2019 13:39
Show Gist options
  • Save JakenHerman/7e01de6ae7e5d94025fffca5bb3b1b50 to your computer and use it in GitHub Desktop.
Save JakenHerman/7e01de6ae7e5d94025fffca5bb3b1b50 to your computer and use it in GitHub Desktop.
myproject
+- functions/
|
+- package.json # npm pkg file
|
+- tsconfig.json
|
+- tslint.json # Optional - if you opted out of tslint, this wont be here
|
+- src/ # Directory containing TypeScript source
| |
| +- index.ts # main source file for your Cloud Functions code
|
+- lib/
|
+- index.js # Built/transpiled JavaScript code
|
+- index.js.map # Source map for debugging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment