Files
DefinitelyTyped/types/pet-finder-api/tsconfig.json
ncipollina 09f5d9e0e7 Added pet-finder-api definitions. (#16319)
* Added pet-finder-api definitions.

* Fixed array issue.
Added whitespace to test file.
2017-05-04 11:51:03 -07:00

23 lines
458 B
JSON

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