1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 20:27:37 +00:00

update typescript

This commit is contained in:
Bowden Kelly
2019-05-10 12:19:04 -07:00
parent 89f3e04868
commit 36c1f1d972
3 changed files with 3168 additions and 2383 deletions

View File

@@ -9,7 +9,7 @@ module.exports = {
'js'
],
transform: {
'^.+\\.(ts|tsx)$': './node_modules/ts-jest/preprocessor.js'
'^.+\\.(ts|tsx)$': 'ts-jest'
},
testMatch: [
'**/test/**/*.test.(ts|js)'