mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
87d234403f
- this allows for easier maintenance
10 lines
137 B
JSON
10 lines
137 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
}
|
|
}
|