diff --git a/types/xmldom/index.d.ts b/types/xmldom/index.d.ts index 8c252389cc..7463cd410a 100644 --- a/types/xmldom/index.d.ts +++ b/types/xmldom/index.d.ts @@ -1,8 +1,9 @@ // Type definitions for xmldom 0.1.22 -// Project: https://github.com/jindw/xmldom.git +// Project: https://github.com/xmldom/xmldom // Definitions by: Qubo +// Karfau // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - +/// declare namespace xmldom { var DOMParser: DOMParserStatic; diff --git a/types/xmldom/tsconfig.json b/types/xmldom/tsconfig.json index f301d6c20f..cbbbfb794c 100644 --- a/types/xmldom/tsconfig.json +++ b/types/xmldom/tsconfig.json @@ -2,8 +2,7 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6", - "dom" + "es6" ], "noImplicitAny": true, "noImplicitThis": true,