DefinitelyTyped/types/koji-tools/tsconfig.json
Jeff Peterson 30dd1a6359 koji-tools types (#37726)
* Add koji-tools type definitions

* Prettier

* Linted

* Add remaining exports

* CRLF conversion

* Remove namespace
2019-08-23 14:49:21 -07:00

24 lines
491 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",
"koji-tools-tests.ts"
]
}