DefinitelyTyped/types/domutils/tsconfig.json
Johan Davidsson 02db5ccb68 Added typings for domutils (#33866)
* Added new types for domelementtype

* Adding types for module domutils

* Updating PULL_REQUEST_TEMPLATE.md

* Revert changes to .github/PULL_REQUEST_TEMPLATE.md

* Update test and documentation

* Removed namespace and fixed tests
2019-03-14 13:06:51 -07:00

24 lines
489 B
JSON

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