mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-14 11:05:50 +03:00
64fd6f21fa
closes: https://github.com/TryGhost/Toolbox/issues/299 - core/client doesn't really make sense any more now that we don't have just a client and server folder - this folder contains ghost admin, so admin makes waaaay more sense
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"
|
|
]
|
|
}
|