UNPKG

ts-proto

Version:

> `ts-proto` transforms your `.proto` files into strongly-typed, idiomatic TypeScript files!

11 lines (10 loc) 205 B
module.exports = { transform: { "^.+\\.ts$": "ts-jest" }, moduleFileExtensions: ['js', 'ts'], testMatch: [ '<rootDir>/integration/**/*-test.ts', '<rootDir>/tests/**/*-test.ts', ], };