mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Initial cut * fix aos global reference * fix clearbladejs global references * fix cldr.js augmentations * fix codemirror compile errors (maybe) * fixup skipped files after merge * fix dwt/v13 * add missing references to adone * fix meteor (manually) * fix rangy * add missing file reference to react-blessed * fix react-dom? * bump codemirror to 3.2 * bump dwt to 3.2 * Add/remove OTHER_FILES.txt as needed. * bump react-codemirror to 3.2 * add references to slickgrid tests * add reference to strophe.js tests * add reference to strophe+fix types * add reference to waypoints test * Bump others to 3.9 * remove incorrectly added file * Use more explicit types reference paths * bump strophejs-plugin-roster TS version
175 lines
5.3 KiB
JSON
175 lines
5.3 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",
|
|
"ramda-tests.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/pathSatisfies-tests.ts",
|
|
"test/pick-tests.ts",
|
|
"test/pickAll-tests.ts",
|
|
"test/pickBy-tests.ts"
|
|
]
|
|
} |