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:
@@ -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)'
|
||||
|
||||
Reference in New Issue
Block a user