UNPKG

array-grouping

Version:

array grouping function by TS. 这个名字被迫这样,因为array-group被占用了...

8 lines (7 loc) 203 B
module.exports = { transform: { "^.+\\.ts?$": "ts-jest" }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"] };