This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-11-24 06:35:49 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
63e64686ef
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