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