DefinitelyTyped/types/domelementtype/tsconfig.json
Johan Davidsson 813999bd2b Add type definition for domelementtype (#33854)
* Added new types for domelementtype

* Updating PULL_REQUEST_TEMPLATE.md

* Revert changes to .github/PULL_REQUEST_TEMPLATE.md
2019-03-13 16:53:11 -07:00

25 lines
514 B
JSON

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