This commit is contained in:
Turbobot
2024-03-21 13:41:16 +08:00
committed by giancarlo
commit bb58169fe9
204 changed files with 26228 additions and 0 deletions

21
apps/expo/tsconfig.json Normal file
View File

@@ -0,0 +1,21 @@
{
"extends": "@acme/tsconfig/base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"],
},
"jsx": "react-native",
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
"types": ["nativewind/types"],
},
"include": [
"src",
"*.ts",
"index.tsx",
"*.js",
".expo/types/**/*.ts",
"expo-env.d.ts",
],
"exclude": ["node_modules"],
}