Skip to content

Commit fbec5e2

Browse files
committed
fix(tsconfig): fix build process
1 parent 8a32c34 commit fbec5e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tsconfig.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
"compilerOptions": {
33
"rootDir": ".",
44
"paths": {
5-
"react-native-context-menu": ["./src/index"]
5+
"@appandflow/expo-context-menu": [
6+
"./src/index"
7+
]
68
},
79
"allowUnreachableCode": false,
810
"allowUnusedLabels": false,
911
"esModuleInterop": true,
1012
"forceConsistentCasingInFileNames": true,
1113
"jsx": "react-jsx",
12-
"lib": ["ESNext"],
14+
"lib": [
15+
"ESNext"
16+
],
1317
"module": "ESNext",
1418
"moduleResolution": "Bundler",
1519
"noEmit": true,

0 commit comments

Comments
 (0)