Skip to content

Commit

Permalink
nitpick glob
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 28, 2024
1 parent f78b5f2 commit edd9462
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions apps/expo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
"types": ["nativewind/types"]
},
"include": [
"src",
"*.ts",
"index.tsx",
"*.js",
".expo/types/**/*.ts",
"expo-env.d.ts"
],
"include": ["src", "*.ts", "*.js", ".expo/types/**/*.ts", "expo-env.d.ts"],
"exclude": ["node_modules"]
}

0 comments on commit edd9462

Please sign in to comment.