DefinitelyTyped/types/ramda/tsconfig.json

252 lines
7.8 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": true,
"strictFunctionTypes": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"test/add-tests.ts",
"test/addIndex-tests.ts",
"test/all-tests.ts",
"test/allPass-tests.ts",
"test/always-tests.ts",
"test/and-tests.ts",
"test/any-tests.ts",
"test/anyPass-tests.ts",
"test/ap-tests.ts",
"test/aperture-tests.ts",
"test/append-tests.ts",
"test/apply-tests.ts",
"test/applySpec-tests.ts",
"test/assoc-tests.ts",
"test/assocPath-tests.ts",
"test/binary-tests.ts",
"test/bind-tests.ts",
"test/both-tests.ts",
"test/chain-tests.ts",
"test/clamp-tests.ts",
"test/clone-tests.ts",
"test/comparator-tests.ts",
"test/complement-tests.ts",
"test/compose-tests.ts",
"test/composeK-tests.ts",
"test/composeP-tests.ts",
"test/composeWith-tests.ts",
"test/concat-tests.ts",
"test/cond-tests.ts",
"test/construct-tests.ts",
"test/constructN-tests.ts",
"test/contains-tests.ts",
"test/converge-tests.ts",
"test/countBy-tests.ts",
"test/curry-tests.ts",
"test/dec-tests.ts",
"test/defaultTo-tests.ts",
"test/difference-tests.ts",
"test/differenceWith-tests.ts",
"test/dissoc-tests.ts",
"test/dissocPath-tests.ts",
"test/divide-tests.ts",
"test/drop-tests.ts",
"test/dropLast-tests.ts",
"test/dropLastWhile-tests.ts",
"test/dropRepeats-tests.ts",
"test/dropRepeatsWith-tests.ts",
"test/dropWhile-tests.ts",
"test/either-tests.ts",
"test/empty-tests.ts",
"test/endsWith-tests.ts",
"test/eqBy-tests.ts",
"test/eqProps-tests.ts",
"test/equals-tests.ts",
"test/evolve-tests.ts",
"test/filter-tests.ts",
"test/find-tests.ts",
"test/findIndex-tests.ts",
"test/findLast-tests.ts",
"test/findLastIndex-tests.ts",
"test/flatten-tests.ts",
"test/flip-tests.ts",
"test/forEach-tests.ts",
"test/fromPairs-tests.ts",
"test/groupBy-tests.ts",
"test/groupWith-tests.ts",
"test/gt-tests.ts",
"test/gte-tests.ts",
"test/has-tests.ts",
"test/hasIn-tests.ts",
"test/hasPath-tests.ts",
"test/head-tests.ts",
"test/identical-tests.ts",
"test/identity-tests.ts",
"test/ifElse-tests.ts",
"test/includes-tests.ts",
"test/indexBy-tests.ts",
"test/indexOf-tests.ts",
"test/init-tests.ts",
"test/innerJoin-tests.ts",
"test/insert-tests.ts",
"test/insertAll-tests.ts",
"test/intersection-tests.ts",
"test/intersperse-tests.ts",
"test/into-tests.ts",
"test/invert-tests.ts",
"test/invertObj-tests.ts",
"test/invoker-tests.ts",
"test/is-tests.ts",
"test/isEmpty-tests.ts",
"test/join-tests.ts",
"test/juxt-tests.ts",
"test/keys-tests.ts",
"test/keysIn-tests.ts",
"test/last-tests.ts",
"test/lastIndexOf-tests.ts",
"test/length-tests.ts",
"test/lens-tests.ts",
"test/lensIndex-tests.ts",
"test/lensProp-tests.ts",
"test/lt-tests.ts",
"test/lte-tests.ts",
"test/map-tests.ts",
"test/mapAccum-tests.ts",
"test/mapAccumRight-tests.ts",
"test/mapObjIndexed-tests.ts",
"test/mathMod-tests.ts",
"test/max-tests.ts",
"test/maxBy-tests.ts",
"test/mean-tests.ts",
"test/median-tests.ts",
"test/memoizeWith-tests.ts",
"test/merge-tests.ts",
"test/mergeAll-tests.ts",
"test/mergeDeepLeft-tests.ts",
"test/mergeDeepRight-tests.ts",
"test/mergeDeepWith-tests.ts",
"test/mergeDeepWithKey-tests.ts",
"test/mergeLeft-tests.ts",
"test/mergeRight-tests.ts",
"test/mergeWith-tests.ts",
"test/mergeWithKey-tests.ts",
"test/min-tests.ts",
"test/minBy-tests.ts",
"test/modulo-tests.ts",
"test/move-tests.ts",
"test/multiply-tests.ts",
"test/nAry-tests.ts",
"test/negate-tests.ts",
"test/none-tests.ts",
"test/not-tests.ts",
"test/nth-tests.ts",
"test/nthArg-tests.ts",
"test/o-tests.ts",
"test/objOf-tests.ts",
"test/of-tests.ts",
"test/omit-tests.ts",
"test/once-tests.ts",
"test/or-tests.ts",
"test/over-tests.ts",
"test/pair-tests.ts",
"test/partial-tests.ts",
"test/partialRight-tests.ts",
"test/partition-tests.ts",
"test/path-tests.ts",
"test/pathEq-tests.ts",
"test/pathOr-tests.ts",
"test/paths-tests.ts",
"test/pathSatisfies-tests.ts",
"test/pick-tests.ts",
"test/pickAll-tests.ts",
"test/pickBy-tests.ts",
"test/pipe-tests.ts",
"test/pipeK-tests.ts",
"test/pipeP-tests.ts",
"test/pipeWith-tests.ts",
"test/pluck-tests.ts",
"test/prepend-tests.ts",
"test/product-tests.ts",
"test/project-tests.ts",
"test/prop-tests.ts",
"test/propEq-tests.ts",
"test/propIs-tests.ts",
"test/propOr-tests.ts",
"test/props-tests.ts",
"test/propSatisfies-tests.ts",
"test/range-tests.ts",
"test/reduce-tests.ts",
"test/reduceBy-tests.ts",
"test/reduceRight-tests.ts",
"test/reduceWhile-tests.ts",
"test/reject-tests.ts",
"test/remove-tests.ts",
"test/repeat-tests.ts",
"test/replace-tests.ts",
"test/reverse-tests.ts",
"test/scan-tests.ts",
"test/set-tests.ts",
"test/slice-tests.ts",
"test/sort-tests.ts",
"test/sortBy-tests.ts",
"test/sortWith-tests.ts",
"test/splitAt-tests.ts",
"test/splitEvery-tests.ts",
"test/splitWhen-tests.ts",
"test/startsWith-tests.ts",
"test/subtract-tests.ts",
"test/sum-tests.ts",
"test/symmetricDifference-tests.ts",
"test/symmetricDifferenceWith-tests.ts",
"test/tail-tests.ts",
"test/take-tests.ts",
"test/takeLast-tests.ts",
"test/takeLastWhile-tests.ts",
"test/takeWhile-tests.ts",
"test/tap-tests.ts",
"test/test-tests.ts",
"test/thunkify-tests.ts",
"test/times-tests.ts",
"test/toPairs-tests.ts",
"test/toPairsIn-tests.ts",
"test/toString-tests.ts",
"test/transduce-tests.ts",
"test/transpose-tests.ts",
"test/traverse-tests.ts",
"test/tryCatch-tests.ts",
"test/type-tests.ts",
"test/unapply-tests.ts",
"test/unary-tests.ts",
"test/uncurryN-tests.ts",
"test/unfold-tests.ts",
"test/uniq-tests.ts",
"test/uniqWith-tests.ts",
"test/unless-tests.ts",
"test/until-tests.ts",
"test/useWith-tests.ts",
"test/values-tests.ts",
"test/valuesIn-tests.ts",
"test/view-tests.ts",
"test/when-tests.ts",
"test/where-tests.ts",
"test/whereEq-tests.ts",
"test/without-tests.ts",
"test/xor-tests.ts",
"test/xprod-tests.ts",
"test/zip-tests.ts",
"test/zipObj-tests.ts",
"test/zipWith-tests.ts"
]
}