Skip to content

Commit 709bbe0

Browse files
committed
Merge branch 'main' of https://github.com/killerkc12/react-image-display-control into react-script-test-by-jest
2 parents 0b923c4 + 06717b7 commit 709bbe0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.babelrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"presets": [
3+
// See https://stackoverflow.com/questions/63005011/support-for-the-experimental-syntax-jsx-isnt-currently-enabled
4+
"@babel/preset-env",
5+
"@babel/preset-react",
6+
7+
// See https://jestjs.io/docs/getting-started#using-typescript
8+
"@babel/preset-typescript"
9+
]
10+
}

0 commit comments

Comments
 (0)