e30498ca2c
- Enabled jsdoc type checking in tests - Fixed a minor issue I just committed to the e2e framework
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"include": ["core/**/*.js", "test/**/*.js"],
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": [
|
|
"core/built",
|
|
"core/client"
|
|
]
|
|
}
|