Skip to content

Commit

Permalink
Merge pull request #245 from friederbluemle/update-rn-exclude
Browse files Browse the repository at this point in the history
Remove ineffective exclude list from react-native
  • Loading branch information
orta authored Jan 19, 2024
2 parents 45e246d + cee0d79 commit 4d9a70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.log
packages/
.idea/
8 changes: 1 addition & 7 deletions bases/react-native.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,5 @@
"forceConsistentCasingInFileNames": false,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js"
]
}
}

0 comments on commit 4d9a70f

Please sign in to comment.