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
a8e1a707d5
Ghost
/
ghost
/
in-memory-repository
/
tsconfig.json
10 lines
121 B
JSON
Raw
Normal View
History
Unescape
Escape
Added @tryghost/in-memory-repository (#16769) This is the first pass at an abstract class for our in-memory repository implementations. It's based off of the existing implementations and should speed up local development and deduplicate code
2023-05-10 16:23:16 +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/**/*"
]
,
Added @tryghost/in-memory-repository (#16769) This is the first pass at an abstract class for our in-memory repository implementations. It's based off of the existing implementations and should speed up local development and deduplicate code
2023-05-10 16:23:16 +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"
}
Added @tryghost/in-memory-repository (#16769) This is the first pass at an abstract class for our in-memory repository implementations. It's based off of the existing implementations and should speed up local development and deduplicate code
2023-05-10 16:23:16 +03:00
}
Reference in New Issue
Copy Permalink