DefinitelyTyped/types/jsdom/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

20 lines
362 B
JSON

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