mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
e6039f69f9
* Migrate to TypeScript * ready for publish
7 lines
162 B
JavaScript
7 lines
162 B
JavaScript
module.exports = {
|
|
testMatch: ['**/test/**/*.+(ts|tsx|js)', '**/src/**/(*.)+(spec|test).+(ts|tsx|js)'],
|
|
transform: {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
},
|
|
}
|