Files
featheroom/tsconfig.json

19 lines
356 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
},
"jsxImportSource": "nativewind"
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts",
"nativewind-env.d.ts"
, "babel.config.js", "app/(app)/drawer/_layout.tsx" ]
}