This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
03c388db91
Ghost
/
ghost
/
donations
/
tsconfig.json
10 lines
121 B
JSON
Raw
Normal View
History
Unescape
Escape
Added donations API (#17495) refs https://github.com/TryGhost/Product/issues/3648 - Refactored Members API RouterController.createCheckoutSession: Split the method into smaller parts so we can reuse individual parts for the upcoming donation checkout session. - Wired up donation checkout creation - Added donation events
2023-07-31 19:00:52 +03:00
{
Deduplicated TypeScript config - this is the default config which we insert into packages by default - we've since switched to using a shared config to deduplicate the config - this switches a couple of packages over to that config
2023-08-09 18:02:40 +03:00
"extends"
:
"../tsconfig.json"
,
"include"
:
[
"src/**/*"
]
,
Added donations API (#17495) refs https://github.com/TryGhost/Product/issues/3648 - Refactored Members API RouterController.createCheckoutSession: Split the method into smaller parts so we can reuse individual parts for the upcoming donation checkout session. - Wired up donation checkout creation - Added donation events
2023-07-31 19:00:52 +03:00
"compilerOptions"
:
{
Deduplicated TypeScript config - this is the default config which we insert into packages by default - we've since switched to using a shared config to deduplicate the config - this switches a couple of packages over to that config
2023-08-09 18:02:40 +03:00
"outDir"
:
"build"
}
Added donations API (#17495) refs https://github.com/TryGhost/Product/issues/3648 - Refactored Members API RouterController.createCheckoutSession: Split the method into smaller parts so we can reuse individual parts for the upcoming donation checkout session. - Wired up donation checkout creation - Added donation events
2023-07-31 19:00:52 +03:00
}
Reference in New Issue
Copy Permalink