DefinitelyTyped/types/cloudmersive-virus-api-client/tsconfig.json
Jason Luboff f878626e82
Created typings and test file for cloudmersive-virus-api-client (#43973)
* Created typings and test file for cloudmersive-virus-api-client

* Removed I prefix from interfaces. Fixed some header issues. Changed from LF to CRLF
2020-04-17 14:39:54 -07:00

24 lines
510 B
JSON

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