package.json 208 B

12345678910
  1. {
  2. "private": true,
  3. "imports": {
  4. "#tests/*": "./tests/*",
  5. "#shared/*": "./shared/*",
  6. "#mobile/*": "./apps/mobile/*",
  7. "#desktop/*": "./apps/desktop/*",
  8. "#cy/*": "../../.cypress/*"
  9. }
  10. }