Guest User

Untitled

a guest
Jul 17th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ./
  2. |- dist/
  3. | |- ... /* output of tsc -p src */
  4. |- src/
  5. | |- ... /* bunches of files/folder etc. etc. */
  6. | |- tsconfig.json // outDir is ../dist and declarations is true
  7. |- test/
  8. | |- ... /* lotsa tests */
  9. | |- tsconfig.json
Add Comment
Please, Sign In to add comment