b3d7347e9e
refs https://github.com/TryGhost/Toolbox/issues/365 - this directory no longer exists because we've brought it into the monorepo
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"include": ["core/**/*.js", "test/**/*.js"],
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": [
|
|
"core/built"
|
|
]
|
|
}
|