Files
create-better-t-stack/apps/cli/templates/frontend/native/unistyles/tsconfig.json
Aman Varshney 6c269a4c5b add unistyles
2025-05-07 18:12:04 +05:30

13 lines
248 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
}