DefinitelyTyped/types/body-parser-xml/tsconfig.json
tbounsiar fe5ac79ff9 Body parser xml (#25331)
* adding react-owl-carousel types

* Update Definitions by list

Fix Test error

* Fix tslint

Fix tsconfig

* Add new Type body-parser-xml
2018-04-26 15:13:59 -07:00

23 lines
495 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",
"body-parser-xml-tests.ts"
]
}