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
60a3b5a913
Ghost
/
ghost
/
post-events
/
tsconfig.json
10 lines
139 B
JSON
Raw
Normal View
History
Unescape
Escape
Added post events package refs https://github.com/TryGhost/Arch/issues/16 - This package is meant to hold Domain Events associated with Post model/entity. The very first one here is PostsBulkDestroyedEvent needed to signal bulk destroy action completion from the posts service.
2023-07-25 11:42:44 +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/**/*"
]
,
"compilerOptions"
:
{
"outDir"
:
"build"
}
Added post events package refs https://github.com/TryGhost/Arch/issues/16 - This package is meant to hold Domain Events associated with Post model/entity. The very first one here is PostsBulkDestroyedEvent needed to signal bulk destroy action completion from the posts service.
2023-07-25 11:42:44 +03:00
}
Reference in New Issue
Copy Permalink