Created
September 11, 2019 13:33
-
-
Save vsavkin/3bee7d128e58195355fb2572c30439b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
happynrwl/ | |
├── apps/ | |
│ ├── tuskdesk/ | |
│ │ ├── pages/ | |
│ │ │ ├── index.css | |
│ │ │ └── index.tsx | |
│ │ ├── jest.conf.js | |
│ │ ├── tsconfig.json | |
│ │ ├── tsconfig.spec.json | |
│ │ └── .eslintrc | |
│ └── tuskdesk-e2e/ | |
│ │ ├── src/ | |
│ │ │ ├── integrations/ | |
│ │ │ │ └── app.spec.ts | |
│ │ │ ├── fixtures/ | |
│ │ │ ├── plugins/ | |
│ │ │ └── support/ | |
│ │ ├── cypress.json | |
│ │ ├── tsconfig.e2e.json | |
│ │ └── .eslintrc | |
├── libs/ | |
├── workspace.json | |
├── nx.json | |
├── package.json | |
├── tools/ | |
├── tsconfig.json | |
└── .eslintrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment