Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created July 30, 2019 14:49
Show Gist options
  • Save vsavkin/a2891cc68e0da197a0a651581236feee to your computer and use it in GitHub Desktop.
Save vsavkin/a2891cc68e0da197a0a651581236feee to your computer and use it in GitHub Desktop.
<workspace name>
├── apps
│ ├── tickets
│ ├── tickets-e2e
│ ├── agent
│ └── agent-e2e
├── libs
│ └── data-models
│ ├── src
│ │ └─ index.ts
│ ├── browserslist
│ ├── jest.config.js
│ ├── tsconfig.app.json
│ ├── tsconfig.json
│ └── tsconfig.spec.json
├── workspace.json
├── nx.json
├── package.json
├── tools
└── tsconfig.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment