Ghost/ghost/core/jsconfig.json
Daniel Lockyer 3d989eba23 Converted Ghost repo into a monorepo
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
2022-07-20 16:41:05 +02:00

14 lines
239 B
JSON

{
"include": ["core/**/*.js", "test/**/*.js"],
"compilerOptions": {
"checkJs": true,
"module": "commonjs",
"target": "es2018",
"moduleResolution": "node"
},
"exclude": [
"core/built",
"core/admin"
]
}