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
694ab1d32d
Ghost
/
ghost
/
collections
/
tsconfig.json
10 lines
121 B
JSON
Raw
Normal View
History
Unescape
Escape
Added a collections package with CRUD logic closes https://github.com/TryGhost/Team/issues/3166 - The collections service contains CRUD logic to manage collection entities through: save, getById, getAll, and destroy methods.
2023-05-16 07:02:58 +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 a collections package with CRUD logic closes https://github.com/TryGhost/Team/issues/3166 - The collections service contains CRUD logic to manage collection entities through: save, getById, getAll, and destroy methods.
2023-05-16 07:02:58 +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 a collections package with CRUD logic closes https://github.com/TryGhost/Team/issues/3166 - The collections service contains CRUD logic to manage collection entities through: save, getById, getAll, and destroy methods.
2023-05-16 07:02:58 +03:00
}
Reference in New Issue
Copy Permalink