Files
firefox-accounts-mirror/libs/payments/experiments/tsconfig.json
Reino Muhl da61ea678e feat(next): add experiments to payments-next
Because:

- Need to enable experiments in payments-next by adding support for
  nimbus.

This commit:

- Initializes the experiments shared library
- Updates subplat backend glean metrics with nimbus_user_id
- Adds Nimbus client

Closes #PAY-3248
2025-11-06 10:31:03 -05:00

24 lines
497 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"forceConsistentCasingInFileNames": true,
"strict": true,
"importHelpers": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noPropertyAccessFromIndexSignature": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}