Skip to content

Commit b0cff96

Browse files
committed
fix: fix build folder not being generated
1 parent 31fcba3 commit b0cff96

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/nice-hotels-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@balloman/expo-google-maps": patch
3+
---
4+
5+
Fix the build folder not being generated

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// @generated by expo-module-scripts
2+
module.exports = require('expo-module-scripts/eslintrc.base.js');

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"**/.expo/*",
1717
"**/*.config.mjs",
1818
"**/.vscode/*",
19-
"**/*.plugin.js"
19+
"**/*.plugin.js",
20+
"**/.eslintrc.js"
2021
]
2122
},
2223
"formatter": {

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
{
33
"extends": "expo-module-scripts/tsconfig.base",
44
"compilerOptions": {
5-
"outDir": "./build",
6-
"resolveJsonModule": true
5+
"outDir": "./build"
76
},
87
"include": ["./src"],
98
"exclude": ["**/__mocks__/*", "**/__tests__/*"]

0 commit comments

Comments
 (0)