DefinitelyTyped/xml2json/tsconfig.json
Dolan 2a888886b1 Typings for xml2json (#13711)
* typings for xml2json

* carried out suggestions made by andy-ms

* fixed: 9:1 unified-signatures  These overloads can be combined into one signature taking `{} | string`.
2017-01-04 06:25:46 -08:00

20 lines
430 B
JSON

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