e893c92074
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
10 lines
121 B
JSON
10 lines
121 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
}
|
|
}
|