Browser/React Native-safe typed client for platform-service billing endpoints: plans, subscriptions, payments, and usage. Follows the same factory pattern as broadcast-client and survey-client. Any ByteLyst product can add billing with 5 lines of wiring code. 12 tests covering all methods, auth headers, error handling, and 404 null-return for missing subscriptions.
9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"]
|
|
}
|