UNPKG

twilly

Version:

Node.js Twilio API abstraction layer for Express applications

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