type_reflect 0.6.2

Extensible runtime reflection through a Derive macro
Documentation
1
2
3
4
5
6
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  // If you have a src folder where your TypeScript files reside
  roots: ['<rootDir>/src/'],
};