DefinitelyTyped/types/mozilla-readability/tsconfig.json
ExE Boss 7675b526b5
feat(jsdom): Update to v16.1 (#42200)
* feat(jsdom): Update to v16.1

* test(mozilla‑readability): Remove test dependency on JSDOM

* fix(jsdom): Fix lint errors

* feat(jsdom): Update dependency parse5 to v5
2020-02-14 09:28:24 -08:00

25 lines
520 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"mozilla-readability-tests.ts"
]
}