stage 1: project init

This commit is contained in:
talksik
2026-04-29 10:42:20 -07:00
parent 3a11a82cd3
commit 06918f033d
18 changed files with 6405 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"types": ["nativewind/types"]
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts",
"nativewind-env.d.ts"
],
"exclude": ["node_modules"]
}