More Babel TypeScript config for Jest

This commit is contained in:
Kevin Dangoor
2025-03-24 16:13:49 -04:00
parent 6b820c79e5
commit bd5ddec6ab
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript',
],
};