mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
[declarations]
|
|
../../scm-ui/ui-types/.*
|
|
../../scm-ui/ui-components/.*
|
|
|
|
[include]
|
|
./src/**
|
|
../../scm-ui/ui-types/.*
|
|
../../scm-ui/ui-components/.*
|
|
|
|
[options]
|
|
module.system.node.resolve_dirname=../../node_modules
|
|
module.name_mapper='^@scm-manager\/ui-\([a-zA-Z0-9_\-]+\)$' -> '<PROJECT_ROOT>/../../scm-ui/ui-\1'
|