Files
featheroom/tsconfig.json

20 lines
354 B
JSON

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