File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 40
40
" prettier --write"
41
41
]
42
42
},
43
- "babel" : {
44
- "extends" : " @shelf/babel-config/backend"
45
- },
46
43
"prettier" : " @shelf/prettier-config" ,
47
44
"jest" : {
48
- "preset" : " ./jest-preset.js"
45
+ "preset" : " ./jest-preset.js" ,
46
+ "transform" : {
47
+ "^.+\\ .tsx?$" : " ts-jest"
48
+ }
49
49
},
50
50
"dependencies" : {
51
51
"@shelf/elasticsearch-local" : " 3.2.0" ,
52
52
"cwd" : " 0.10.0"
53
53
},
54
54
"devDependencies" : {
55
- "@babel/cli" : " 7.22.10" ,
56
- "@babel/core" : " 7.22.11" ,
57
55
"@elastic/elasticsearch" : " 8.4.0" ,
58
- "@shelf/babel-config" : " 1.2.0" ,
59
56
"@shelf/eslint-config" : " 2.29.0" ,
60
57
"@shelf/prettier-config" : " 0.0.7" ,
61
58
"@shelf/tsconfig" : " 0.0.8" ,
67
64
"jest" : " 28.1.3" ,
68
65
"lint-staged" : " 13.3.0" ,
69
66
"prettier" : " 2.8.8" ,
67
+ "ts-jest" : " 28.0.8" ,
70
68
"typescript" : " 5.1.6"
71
69
},
72
70
"engines" : {
You can’t perform that action at this time.
0 commit comments