Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
packages
/
eslint-plugin-react-hooks
/
babel.config.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
8 lines
185 Bytes
Copy permalink
Copy
Raw
1
/**
2
* This file is purely being used for local jest runs, and doesn't participate in the build process.
3
*/
4
'
use strict
'
;
5
6
module
.
exports
=
{
7
extends
:
'
../../babel.config-ts.js
'
,
8
};