DefinitelyTyped/lodash/tsconfig.json
Andy ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00

309 lines
9.0 KiB
JSON

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