UNPKG

@dechamp/express-auto-route

Version:

An express auto route module which allows routes and middleware to be configured via config file.

11 lines 170 B
module.exports = { extend: "./tsconfig.json", transform: { "^.+\\.tsx?$": "ts-jest" }, globals: { 'ts-jest': { tsConfig: 'tsconfig.json' } } }