completion

This commit is contained in:
2025-08-06 13:49:11 +08:00
commit c2d7317897
684 changed files with 92987 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
module.exports = {
"presets": [
"module:metro-react-native-babel-preset"
],
"plugins": [
[
"module-resolver",
{
"cwd": "babelrc",
"extensions": [
".js",
".ios.js",
".android.js"
],
"alias": {
"~": "./src",
"~comp": "./src/components",
"~cont": "./src/containers",
"helper": "./__tests__/testHelpers"
}
}
],
[
"@babel/plugin-transform-spread",
{
"loose": true
}
],
"relay",
"jest-hoist",
"import-glob"
]
}