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
eaf414a2de
Ghost
/
ghost
/
nql-filter-expansions
/
tsconfig.json
10 lines
137 B
JSON
Raw
Normal View
History
Unescape
Escape
Added nql-filter-expansions module refs https://github.com/TryGhost/Arch/issues/46 - This module with be a placeholder for "filter expansions" we use across the codebase. For now it will only contain the expansions for the "post" resource, but any new or refactored expansions should land here too.
2023-07-24 16:26:14 +03:00
{
Deduplicated tsconfig.json to use base config - this allows for easier maintenance
2023-07-25 14:39:26 +03:00
"extends"
:
"../tsconfig.json"
,
"include"
:
[
"src/**/*"
]
,
"compilerOptions"
:
{
"outDir"
:
"build"
}
}
Reference in New Issue
Copy Permalink