graycoreio/daffodil

View on GitHub
libs/customer-payment/tsconfig.json

Summary

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