libs/customer/tsconfig.json
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "../..",
"paths": {
"@daffodil/*": [
"dist/*"
],
"@daffodil/customer": [
"libs/customer/src"
],
"@daffodil/customer/testing": [
"libs/customer/testing/src"
],
"@daffodil/customer/state": [
"libs/customer/state/src"
],
"@daffodil/customer/state/testing": [
"libs/customer/state/testing/src"
],
"@daffodil/customer/driver": [
"libs/customer/driver/src"
],
"@daffodil/customer/driver/in-memory": [
"libs/customer/driver/in-memory/src"
],
"@daffodil/customer/driver/testing": [
"libs/customer/driver/testing/src"
],
"@daffodil/customer/driver/magento": [
"libs/customer/driver/magento/src"
],
"@daffodil/customer/driver/magento/testing": [
"libs/customer/driver/magento/testing/src"
],
"@daffodil/customer/routing": [
"libs/customer/routing/src"
],
}
}
}