mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
14 lines
224 B
JSON
14 lines
224 B
JSON
|
{
|
||
|
"include": ["core/**/*.js"],
|
||
|
"compilerOptions": {
|
||
|
"checkJs": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "es2018",
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"core/built",
|
||
|
"core/client"
|
||
|
]
|
||
|
}
|