Skip to content

Commit 35d27f4

Browse files
committed
Fix tsconfig
1 parent 6a8a76a commit 35d27f4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

‎hydraflow-app/tsconfig.json‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"types": [],
66
"typeRoots": ["./types"]
77
},
8-
"include": [
9-
"**/*.ts",
10-
"**/*.tsx",
11-
".expo/types/**/*.ts",
12-
"expo-env.d.ts"
13-
],
8+
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"],
149
"exclude": ["node_modules", "android", "ios", "__tests__", "coverage"]
1510
}

0 commit comments

Comments
 (0)