It is the root of your project.
. ├── src ├── .editorconfig ├── .env ├── .env.template ├── .eslintignore ├── .eslintrc.json ├── .gitignore ├── .swcrc ├── docker-compose.yml ├── jest.config.ts ├── package.json ├── prettier.config.js ├── tsconfig.json └── yarn.lock