DefinitelyTyped/simple-xml/tsconfig.json
Vitaliy Isikov 986f1e5ec0 Add simple-xml types (#13069)
* Add simple-xml types

* Review changes
2016-12-28 10:46:20 -05:00

21 lines
433 B
JSON

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