Files
DefinitelyTyped/oibackoff/tsconfig.json
Joshua DeVinney 242a5d1d1e oibackoff typing [types-2.0] (#11017)
* oibackoff typing

* Renaming interfaces to drop the I

* Typing with generics and version number

* More cleanup and ensuring things work with strict null checks

* Simplifying oibackoff typing while adding many more generics

* oibackoff: options is optional
2016-10-03 11:32:28 -07:00

19 lines
399 B
JSON

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