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
af0338b504
Ghost
/
ghost
/
model-to-domain-event-interceptor
/
tsconfig.json
10 lines
121 B
JSON
Raw
Normal View
History
Unescape
Escape
Extracted model event interceptor to separate package refs https://github.com/TryGhost/Ghost/pull/17065 - This is a follow up cleanup work after introducing even mapper when working on collections refresh mechanism. - This module manages interception of the Model events and maps/dispatches Domain events that could later be used in different libraries.
2023-06-28 13:22:13 +03:00
{
Deduplicated tsconfig.json files refs https://github.com/TryGhost/DevOps/issues/45 - this moves the bulk of the tsconfig file to the `ghost/` folder and simply extends this file in each of the TS lib packages we currently have - this makes it a lot easier to make single changes to our TS config
2023-07-11 22:45:21 +03:00
"extends"
:
"../tsconfig.json"
,
"include"
:
[
"src/**/*"
]
,
Extracted model event interceptor to separate package refs https://github.com/TryGhost/Ghost/pull/17065 - This is a follow up cleanup work after introducing even mapper when working on collections refresh mechanism. - This module manages interception of the Model events and maps/dispatches Domain events that could later be used in different libraries.
2023-06-28 13:22:13 +03:00
"compilerOptions"
:
{
Deduplicated tsconfig.json files refs https://github.com/TryGhost/DevOps/issues/45 - this moves the bulk of the tsconfig file to the `ghost/` folder and simply extends this file in each of the TS lib packages we currently have - this makes it a lot easier to make single changes to our TS config
2023-07-11 22:45:21 +03:00
"outDir"
:
"build"
}
Extracted model event interceptor to separate package refs https://github.com/TryGhost/Ghost/pull/17065 - This is a follow up cleanup work after introducing even mapper when working on collections refresh mechanism. - This module manages interception of the Model events and maps/dispatches Domain events that could later be used in different libraries.
2023-06-28 13:22:13 +03:00
}
Reference in New Issue
Copy Permalink