Ghost/ghost/core/jsconfig.json
Daniel Lockyer b3d7347e9e
Deleted reference to core/admin
refs https://github.com/TryGhost/Toolbox/issues/365

- this directory no longer exists because we've brought it into the
  monorepo
2022-08-03 16:28:41 +02:00

13 lines
221 B
JSON

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