DefinitelyTyped/types/xmljs/tsconfig.json
blackshadev d8c0d5c929 xmljs typings. Closes #36202 (#36228)
* added typings for xmljs. Closes #36202

* removed partial interface

* removed I for interface
2019-06-20 14:03:28 -07:00

17 lines
420 B
JSON

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