Skip to content

Commit ad74131

Browse files
Copilotpchalupa
andcommitted
Remove empty string from tsconfig.json include array
Co-authored-by: pchalupa <[email protected]>
1 parent 1339373 commit ad74131

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tsconfig.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,5 @@
1111
"~/*": ["src/*"]
1212
}
1313
},
14-
"include": [
15-
"**/*.js",
16-
"**/*.mjs",
17-
"**/*.ts",
18-
"**/*.tsx",
19-
".expo/types/**/*.ts",
20-
"",
21-
"expo-env.d.ts"
22-
]
14+
"include": ["**/*.js", "**/*.mjs", "**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
2315
}

0 commit comments

Comments
 (0)