3d989eba23
refs https://github.com/TryGhost/Toolbox/issues/354 - this commit turns the Ghost repo into a monorepo so we can bring our internal packages back in, which makes life easier when working on Ghost
14 lines
239 B
JSON
14 lines
239 B
JSON
{
|
|
"include": ["core/**/*.js", "test/**/*.js"],
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": [
|
|
"core/built",
|
|
"core/admin"
|
|
]
|
|
}
|