DefinitelyTyped/types/lodash/tsconfig.json

321 lines
7.6 KiB
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",
"lodash-tests.ts",
"add.d.ts",
"after.d.ts",
"ary.d.ts",
"assign.d.ts",
"assignIn.d.ts",
"assignInWith.d.ts",
"assignWith.d.ts",
"at.d.ts",
"attempt.d.ts",
"before.d.ts",
"bind.d.ts",
"bindAll.d.ts",
"bindKey.d.ts",
"camelCase.d.ts",
"capitalize.d.ts",
"castArray.d.ts",
"ceil.d.ts",
"chain.d.ts",
"chunk.d.ts",
"clamp.d.ts",
"clone.d.ts",
"cloneDeep.d.ts",
"cloneDeepWith.d.ts",
"cloneWith.d.ts",
"compact.d.ts",
"concat.d.ts",
"cond.d.ts",
"conformsTo.d.ts",
"constant.d.ts",
"countBy.d.ts",
"create.d.ts",
"curry.d.ts",
"curryRight.d.ts",
"debounce.d.ts",
"deburr.d.ts",
"defaults.d.ts",
"defaultsDeep.d.ts",
"defaultTo.d.ts",
"defer.d.ts",
"delay.d.ts",
"difference.d.ts",
"differenceBy.d.ts",
"differenceWith.d.ts",
"divide.d.ts",
"drop.d.ts",
"dropRight.d.ts",
"dropRightWhile.d.ts",
"dropWhile.d.ts",
"each.d.ts",
"eachRight.d.ts",
"endsWith.d.ts",
"entries.d.ts",
"entriesIn.d.ts",
"eq.d.ts",
"escape.d.ts",
"escapeRegExp.d.ts",
"every.d.ts",
"extend.d.ts",
"extendWith.d.ts",
"fill.d.ts",
"filter.d.ts",
"find.d.ts",
"findIndex.d.ts",
"findKey.d.ts",
"findLast.d.ts",
"findLastIndex.d.ts",
"findLastKey.d.ts",
"first.d.ts",
"flatMap.d.ts",
"flatMapDeep.d.ts",
"flatMapDepth.d.ts",
"flatten.d.ts",
"flattenDeep.d.ts",
"flattenDepth.d.ts",
"flip.d.ts",
"floor.d.ts",
"flow.d.ts",
"flowRight.d.ts",
"forEach.d.ts",
"forEachRight.d.ts",
"forIn.d.ts",
"forInRight.d.ts",
"forOwn.d.ts",
"forOwnRight.d.ts",
"fromPairs.d.ts",
"functions.d.ts",
"functionsIn.d.ts",
"get.d.ts",
"groupBy.d.ts",
"gt.d.ts",
"gte.d.ts",
"has.d.ts",
"hasIn.d.ts",
"head.d.ts",
"identity.d.ts",
"includes.d.ts",
"indexOf.d.ts",
"initial.d.ts",
"inRange.d.ts",
"intersection.d.ts",
"intersectionBy.d.ts",
"intersectionWith.d.ts",
"invert.d.ts",
"invertBy.d.ts",
"invoke.d.ts",
"invokeMap.d.ts",
"isArguments.d.ts",
"isArray.d.ts",
"isArrayBuffer.d.ts",
"isArrayLike.d.ts",
"isArrayLikeObject.d.ts",
"isBoolean.d.ts",
"isBuffer.d.ts",
"isDate.d.ts",
"isElement.d.ts",
"isEmpty.d.ts",
"isEqual.d.ts",
"isEqualWith.d.ts",
"isError.d.ts",
"isFinite.d.ts",
"isFunction.d.ts",
"isInteger.d.ts",
"isLength.d.ts",
"isMap.d.ts",
"isMatch.d.ts",
"isMatchWith.d.ts",
"isNaN.d.ts",
"isNative.d.ts",
"isNil.d.ts",
"isNull.d.ts",
"isNumber.d.ts",
"isObject.d.ts",
"isObjectLike.d.ts",
"isPlainObject.d.ts",
"isRegExp.d.ts",
"isSafeInteger.d.ts",
"isSet.d.ts",
"isString.d.ts",
"isSymbol.d.ts",
"isTypedArray.d.ts",
"isUndefined.d.ts",
"isWeakMap.d.ts",
"isWeakSet.d.ts",
"iteratee.d.ts",
"join.d.ts",
"kebabCase.d.ts",
"keyBy.d.ts",
"keys.d.ts",
"keysIn.d.ts",
"last.d.ts",
"lastIndexOf.d.ts",
"lowerCase.d.ts",
"lowerFirst.d.ts",
"lt.d.ts",
"lte.d.ts",
"map.d.ts",
"mapKeys.d.ts",
"mapValues.d.ts",
"matches.d.ts",
"matchesProperty.d.ts",
"max.d.ts",
"maxBy.d.ts",
"mean.d.ts",
"meanBy.d.ts",
"memoize.d.ts",
"merge.d.ts",
"mergeWith.d.ts",
"method.d.ts",
"methodOf.d.ts",
"min.d.ts",
"minBy.d.ts",
"mixin.d.ts",
"negate.d.ts",
"noConflict.d.ts",
"noop.d.ts",
"now.d.ts",
"nth.d.ts",
"nthArg.d.ts",
"omit.d.ts",
"omitBy.d.ts",
"once.d.ts",
"orderBy.d.ts",
"over.d.ts",
"overArgs.d.ts",
"overEvery.d.ts",
"overSome.d.ts",
"pad.d.ts",
"padEnd.d.ts",
"padStart.d.ts",
"parseInt.d.ts",
"partial.d.ts",
"partialRight.d.ts",
"partition.d.ts",
"pick.d.ts",
"pickBy.d.ts",
"property.d.ts",
"propertyOf.d.ts",
"pull.d.ts",
"pullAll.d.ts",
"pullAllBy.d.ts",
"pullAllWith.d.ts",
"pullAt.d.ts",
"random.d.ts",
"range.d.ts",
"rangeRight.d.ts",
"rearg.d.ts",
"reduce.d.ts",
"reduceRight.d.ts",
"reject.d.ts",
"remove.d.ts",
"repeat.d.ts",
"replace.d.ts",
"rest.d.ts",
"result.d.ts",
"reverse.d.ts",
"round.d.ts",
"runInContext.d.ts",
"sample.d.ts",
"sampleSize.d.ts",
"set.d.ts",
"setWith.d.ts",
"shuffle.d.ts",
"size.d.ts",
"slice.d.ts",
"snakeCase.d.ts",
"some.d.ts",
"sortBy.d.ts",
"sortedIndex.d.ts",
"sortedIndexBy.d.ts",
"sortedIndexOf.d.ts",
"sortedLastIndex.d.ts",
"sortedLastIndexBy.d.ts",
"sortedLastIndexOf.d.ts",
"sortedUniq.d.ts",
"sortedUniqBy.d.ts",
"split.d.ts",
"spread.d.ts",
"startCase.d.ts",
"startsWith.d.ts",
"subtract.d.ts",
"sum.d.ts",
"sumBy.d.ts",
"tail.d.ts",
"take.d.ts",
"takeRight.d.ts",
"takeRightWhile.d.ts",
"takeWhile.d.ts",
"tap.d.ts",
"template.d.ts",
"throttle.d.ts",
"thru.d.ts",
"times.d.ts",
"toArray.d.ts",
"toFinite.d.ts",
"toInteger.d.ts",
"toLength.d.ts",
"toLower.d.ts",
"toNumber.d.ts",
"toPairs.d.ts",
"toPairsIn.d.ts",
"toPath.d.ts",
"toPlainObject.d.ts",
"toSafeInteger.d.ts",
"toString.d.ts",
"toUpper.d.ts",
"transform.d.ts",
"trim.d.ts",
"trimEnd.d.ts",
"trimStart.d.ts",
"truncate.d.ts",
"unary.d.ts",
"unescape.d.ts",
"union.d.ts",
"unionBy.d.ts",
"unionWith.d.ts",
"uniq.d.ts",
"uniqBy.d.ts",
"uniqueId.d.ts",
"uniqWith.d.ts",
"unset.d.ts",
"unzip.d.ts",
"unzipWith.d.ts",
"update.d.ts",
"updateWith.d.ts",
"upperCase.d.ts",
"upperFirst.d.ts",
"values.d.ts",
"valuesIn.d.ts",
"without.d.ts",
"words.d.ts",
"wrap.d.ts",
"xor.d.ts",
"xorBy.d.ts",
"xorWith.d.ts",
"zip.d.ts",
"zipObject.d.ts",
"zipObjectDeep.d.ts",
"zipWith.d.ts"
]
}