Ghost/jsconfig.json
Hannah Wolfe e30498ca2c
Enabled jsdoc in tests + fixed issue in e2e framework
- Enabled jsdoc type checking in tests
- Fixed a minor issue I just committed to the e2e framework
2022-02-11 12:48:02 +00:00

14 lines
240 B
JSON

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