UNPKG

apprun

Version:

JavaScript library that has Elm inspired architecture, event pub-sub and components

19 lines 306 B
module.exports = { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "globals": { "ts-jest": { "diagnostics": true } }, }