mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"private": true,
|
|
"imports": {
|
|
"#tests/*": "./tests/*",
|
|
"#shared/*": "./shared/*",
|
|
"#mobile/*": "./apps/mobile/*",
|
|
"#desktop/*": "./apps/desktop/*",
|
|
"#cy/*": "../../.dev/cypress/*"
|
|
}
|
|
}
|