DefinitelyTyped/types/jsdom/tsconfig.json
Leonard Thieu 2586975b36 [jsdom] Update type definitions (new for v11) (#16819)
* Update type definitions for jsdom (new for v11).

* Fix lint errors.
2017-06-01 12:07:31 -07:00

24 lines
468 B
JSON

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