This commit is contained in:
Jorrin
2024-03-24 20:42:58 +01:00
parent 057e2bfec2
commit 5c18ff934c

View File

@@ -11,6 +11,13 @@
"jsx": "react-native",
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
},
"include": ["src", "*.ts", "*.js", ".expo/types/**/*.ts", "expo-env.d.ts", "config-plugins/*"],
"include": [
"src",
"*.ts",
"*.js",
".expo/types/**/*.ts",
"expo-env.d.ts",
"config-plugins/*",
],
"exclude": ["node_modules"],
}